© 2023 Hashnode
#azure-storage
Terraform backend La fonction principale d'un backend est de stocker l'état créé par les exécutions de Terraform après le provisionnement de nos ressources. Cela permet à Terraform d'avoir un endroit …
Introduction The Azure Storage platform is Microsoft's cloud storage solution for modern data storage scenarios. Azure Storage offers highly available, scalable and secure storage for a variety of dat…
I had come across a situation where I got a mysql running in a Azure Vm & I have to upload database backup files to storage. So, for that purpose I have done this. The goal is to create storage account container and access from VM using Use…
By default when you use Pulumi, the state is managed by Pulumi Service which is very convenient as you can concentrate on building your project infrastructure instead of spending time on where to stor…
This week is mainly about learning Azure tooling. Playing with "new" emulators Azure SignalR Local Emulator This week I was playing with SignalR Service (using the serverless service mode) and I neede…
This week I learned some Azure CLI commands, how to have json IntelliSense in vscode and that Azure Storage Explorer was usable again. Autocompletion and schema validation when editing a json file in …