How to mount Storage Account on Linux VM
This is a very short entry for mounting Azure Files in a virtual machine. As usual, this is one of the many ways. I checked… Read More »How to mount Storage Account on Linux VM
Blog posts, tutorials and advice on a little more advanced things in the world of the cloud AWS and Azure. Blog posts grouped to organize and collect all the news about more complicated things worth reading. Find out more in these posts. New entries will be added automatically over time.
This is a very short entry for mounting Azure Files in a virtual machine. As usual, this is one of the many ways. I checked… Read More »How to mount Storage Account on Linux VM
Some time ago I discovered that for added security and convenience you can use secrets from KeyVault in Azure function configuration. Sensitive data is more… Read More »KeyVault Secret in Azure Function
The images we use in kubernetes are downloaded from public registers (where we don’t need to log in) or from private where we need to… Read More »Integration ACR with AKS
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
Hey, today a quick post on a bug that sometimes happens in kubernetes while removing pods. If someone is unlucky, when removing the kubernetes, they… Read More »K8S – pods stuck on ‘Terminating’
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
Today, a quick post on automatic MySQL database backup. I will describe how easy and fast it is to automate MySQL database backup. Backup MySQL… Read More »Backup/Restore MySQL database