Welcome to above the clouds
Technical Thursday – Restore VM from Recovery Services vaults (concept)
There is a sensitive topic which is important for business and IT as well. This is the BCM (Business Continuity Management). And its technical part the DRP (Disaster Recovery Plan) which related for us now. This is the topic which could cause some sleepless nights for us. Then you hear the cloud solve your and […]
Technical Thursday – IF statements in ARM template
Today I would like to show you a cool feature of ARM Template which “changed the world”. Although this feature has been available since last September I felt I must say some words about it. In the past when we wanted to make a little bit complex solution where we had to choose one or […]
Technical Thursday – Store “monster” files in Azure for anonymous access
In this week I would like to show you a cool feature of Azure Storage Account. A really useful function which makes our life easier if we want to store monster size files such as for blog, download. Additionally this is almost free… 🙂 Often you are facing that situation when you would like to […]
Technical Thursday – Azure PowerShell on Linux
We are waiting for ages to this news…From now we can use Azure PowerShel on Linux and macOS. In the past we was able to install PowerShell to our Linux but we did not have chance to manage Azure from PowerShell on Linux. Although “both PowerShell Core v6 and Azure PowerShell for .NET Core are […]
Technical Thursday – Initialization
Hi Everyone, Today is a new day in our life. I would like to start a serie which will provide you interesting and exciting topics from different areas of IT, every week. I hope you will enjoy this serie… You can find all related posts in Technical Thursday category.
Installation of Azure Monitoring libraries for python
Sometimes you need a “strong” tool for Azure management and Azure Monitoring. In this case you have the Azure Monitoring libraries for python which could be installed with pip install azure-mgmt-monitor. Then when you are lucky you can use it immediately (MS documentation here). What happens if you are facing an unexpected issue when you […]
MERRY XMAS and HAPPY NEW YEAR
I would like to say thank you for the support and the cooperation in 2017. It was a great year! I have created a small and fun gift for you which is of course related with Azure…Merely you should follow the next steps: Download this ARM Template: https://the1bitwebapps.blob.core.windows.net/other/merryXmas.json Open a browser and login to […]
GCP – Cloud SQL for PostgreSQL updated with new extensions
Among relational databases, PostgreSQL is the open-source solution of choice for a wide range of workloads. Back in March, we added support for PostgreSQL in Cloud SQL, our managed database service, with a limited set of features and extensions. Since then, we’ve been amazed by your interest, with many of you taking the time to […]
Some words about Azure VM disks
I think when you create a Linux VM in Azure there are some important things you need to know. Although most of information are written by Microsoft I feel the repetion and collection is a very good opportunity for everybody to find the related information.
AzCopy – behind proxy
There are some days in your life when you feel you would like to do something different in Azure than other days such as you want to create and upload your own VHD to Azure (instead of using VM images from marketplace). It seems this is a very hard challenge because you need a local […]