This video is amazing if you’ve got the AZ-900 Azure Fundamentals exam coming up or you just want a really solid intro to the Azure cloud….
You might also be interested in...
Amazing 12 hour DevOps Master Class on YouTubeI’d like to share another amazing YouTube master class series from John Savill. This one is on DevOps and in my opinion should be required watching for all devs. The playlist...
Enabling Azure CDN to read Azure Storage account blobs to resolve ‘The specified resource does not exist’ error
If you’ve got an Azure CDN endpoint hooked into an Azure Storage account you may get an error stating ‘The specified resource does not exist‘ when you try to access...
Uploading files to Azure App Service directly from the Azure portal without FTP
Despite its lack of visual feedback you can upload files directly into your Azure App Service via the Azure portal. This can be done via the Kudo Console or in...
Using declarations in C#8+ can allow us to dispose of resources correctly without increasing nesting levels
Since C#8 we can use single line using declarations which will allow us to dispose of resources at the end of the enclosing scope. This helps us reduce nesting in our...
Viewing Azure App Service web server and application logs in real time on the Azure Portal
The ability to view application and web server logs in real time for an App Service in the Azure portal is a really sweet feature. I find it very helpful...
