Blog Posts Page 5
-
Automating Custom VM Image Creation with Azure Image Builder and Azure DevOps
In this post we will look at how we can automate the creation of a custom virtual machine image using Azure Image Builder and Azure DevOps.…
-
3 Ways to Export Metrics from Azure for Unlimited Retention
There are many options for exporting our metrics data. In this post we talked about what Azure metrics are, before looking at three alternative ways of…
-
Enhancing Accessibility, Building a Read This Page feature with Azure Speech Service and C#
In this post we have seen how we can quickly use the Azure Speech Service and it's C# SDK to take the text files that make up this blog and generate MP3…
-
Maximizing Data Protection Across Azure with Soft Delete and Why You Should Consider It
Soft delete is a very useful feature giving us the reassurance that if something is deleted it can be un-deleted again. Adding purge protection where available…
-
Putting Your Application to the Test with Azure Load Test
Putting an application under stress and comparing the results to previous tests can be useful to ensure that new features and additions do not have a negative…
-
How to use Azure Management APIs in C# with Azure.Identity
Azure offers a wide range of management APIs to automate a range of actions that can be performed in the Azure portal. These include things like stopping…