Azure is the buzzword for any developer whether you are working on-premise or online systems. In recent time any project you are involved, you can't avoid seeing project artefacts hosted in Azure in some form, whether it is a storage, repository, api, batch jobs, virtual machines, etc. Develop using Azure makes life easy compared to … Continue reading Deploy Azure resource/resource group using template deployment
Category: Azure
Azure related post
Accessing Azure Key vaults secret from Azure Function
Securing your confidential configurations while implementing cloud solution is vital, Key vaults service helps in securing those critical configurations that are used as part of the implementation. Key vaults secret are easy to consume from any compute service that you are used part of the implementation. In this article I am going to walk through … Continue reading Accessing Azure Key vaults secret from Azure Function
Access XML file in Azure SQL database where the file is stored in Azure BLOB storage
Accessing files that are stored in BLOB storage during the run-time is a common scenario in most of the implementation. This can be easily achieved when the BLOB container is public faced. In the case of the private containers Shared Access Signature (SAS) facilitate the need of both authenticate and authorization of the file. This … Continue reading Access XML file in Azure SQL database where the file is stored in Azure BLOB storage



