Azure SQL with Managed Identities Part 2

Around the middle of the year, we started to see deployment errors in our ARM template deployments. The error was the following: ` Invalid value given for parameter ExternalAdministratorLoginName. Specify a valid parameter value.`…

Stream Videos over Blob Storage

Azure Blob Storage is an easy and cheap solution for hosting files in the cloud. But there is one thing that doesn't work well in the default configuration of a Storage Account: Video streaming. The important note here is, that this only applies to Storage Accounts that are…