Authenticate to Azure Storage with Service Principal and RBAC
Azure Storage is a service that allows you to store files (among other things) in the Azure cloud from your applications. To connect to it, you can use many methods; the most practical is to use a connection string, which…
read more