Automation of App Service Plan
Again about how to save money on Azure. Developers used their applications for testing on a higher plan, and after the tests were finished, they… Read More »Automation of App Service Plan
Blog entries about automation. Tag created to organize and group all automation entries. Thanks to these entries, you will significantly speed up the execution of tasks, reduce the number of errors made and increase reliability. New entries will be added automatically as soon as they appear on the blog.
Again about how to save money on Azure. Developers used their applications for testing on a higher plan, and after the tests were finished, they… Read More »Automation of App Service Plan
Today article about updating the system running Azure Kubernetes Service (AKS). It is not about upgrading the AKS version, but about upgrading the nodes themselves.… Read More »Updating nodes in AKS
An article on how to remove unnecessary resources in Azure subscription. If you also have such a thing that sometimes you quickly create or change… Read More »Clean up your subscription
Hi, a good example of making things easier is using ARM (Azure Resource Manager) templates. ARM template make it possible to create the entire infrastructure… Read More »ARM Template
People who know me know that I often cut costs for my Azure services in a variety of ways. Automatic resizing of VM (virtual machines)… Read More »Automatic Azure VM resizing
In this post, I want to present an easy way to copy data between different Azure Storage account (or other location). It doesn’t matter what… Read More »Copying data between the Azure Storage account
As you may have noticed, when you add new versions of images to ACR (Azure Container Registry), its capacity is constantly increasing, this is because… Read More »Azure – ACR cleaning
Today a quick blog post about automatic PostgreSQL database backup. I will describe how easy and quick it is to automate database backups, just like… Read More »Backup/Restore PostgreSQL database