Certificate-based authentication for an AzureThe best idea to authenticate for an Azure from application is to use Managed Identity. But sometimes it is not possible (e.g. On-Prem), so more secure way…Read more
Month: February 2020
How to create Custom Read-Write role for Blob Storage in Azure
The best way is to use PowerShell Cloud Shell. Prepare environment: cd homemkdir workingdircd workingdir Write existing role to JSON format: get-azroledefinition -Name “Storage Blob data Contrib…Read more