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
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
If someone is new, he may not know it, but Microsoft gives the possibility of using MFA (Multi-Factor Authentication) for Global Administrators for free. This… Read More »MFA authentication for Microsoft Azure Administrators for free
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
Hi, this post will be about the Microsoft Azure Administrator Exam. After the last post about taking Microsoft exams online, I got a few requests… Read More »Microsoft Azure Administrator exam az-103 / az104
I wanted to pass a Microsoft exam, but not specifically go to an exam center, so I took the option to take the exam online.… Read More »Microsoft Azure exam at home
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’