Welcome to above the clouds
Technical Thursday – CI/CD with Git, Azure and Jenkins
“How to prepare our CI/CD process?” – This could be the subtitle of this article. Why? Because I will show you how you can start to build a fully automated CI/CD process. What is CI/CD? You can read it on Wikipedia. Nevertheless this is a very important and useful thing nowadays when we work […]
Technical Thursday – Consol access in Azure
As you can read in the subject this is a huge step in the last period in Azure. Since I have been working with Azure there was a feature which always missed and caused some inconviniences during VMs administration. You have no console access to VMs so when something happened during the boot you were […]
Technical Thursday – Bug in azure-cli 2.0.30
In this week I would like to inform you about a bug in azure-cli 2.0.30 which can cause some inconveniences when you want to copy blobs in Azure storage accounts. Some days ago I started to create a solution for copy files inside storage account (this is related a git pipeline solution) and I […]
Technical Thursday – Positive news regarding Azure VNet Peering
Since I am working with Azure one of biggest problem was the connection across subscriptions. Although you can use several features to achieve this state such as Site-To-Site VPN, vNet-To-vNet peering, they have some serious limitations. From my side the most relevant is vNet-To-vNet peering whose biggest limitations the regions where you can make a […]
Technical Thursday – Ansible and Azure (initiative)
Automation. It is a nice topic and it is important day by day to make our life easier. There are several very good tools for automation such as Puppet, Chef, Ansible. I would like to start a serie which covers several topics regarding Azure management with Ansible. This is the first article in this serie. […]
Technical Thursday – Include external file with GoLang
In this week I would like to show a sensitive and important thing in GoLang which answers some questions and solve your problems if you just started development in Go(Lang). When I started this – parellel with python – I was confused and I had some concerns about this language. (I still have some […]
Technical Thursday – JSON outputs in Python
Outputs, output formatting…this is a quite interesting topic during your development activities. Every time when you create a function you want to provide reusable code with excellent outputs…but how can you achieve this? Maybe you feel this is a simple question and the answer is also simple. Nevertheless you realize some weeks later this is […]
Technical Thursday – Lightweight WebUI with Bottle for Python scripts
When you have many python scripts and several very useful feature inside them maybe you are thinking about it: whether can I make a WebUI over them? Then you realize you are not a web developer and you have never made WebUI. So you feel you have to spend hundreds of hours to learn web […]
Technical Thursday – Restore VM from RSV – unmanaged disk (with amaretto)
I know…this is another restore related post for unmanaged disk. I promise this is the last in this period… 🙂 So the concept is here for restore and you can find here the previous unmanaged disk related restore with several scripts. (the managed disk related steps are here) Now I would like to show you […]
Technical Thursday – Restore VM from RSV – managed disk
Last week I provided the unmanaged disk related restore description which based on the concept for restore and now I show the managed disk related restore steps on technical level. Some useful information before you start the restore: Required naming convention OS disk and Data disks related vhds must be in the following format: […]