Related Articles
Microsoft Azure Operational Insights – Past, Current, Future
This week Microsoft announced the Microsoft Azure Operational Insights. But what is Azure Operational Insights? Well, it is a cloud based tool which has grown over the past 3 years and it is a good example where you can see how technology evolved.
ARM Template – Deployment Error “[Subscription().SubscriptionId]” The request is invalid…
Recently I authored some ARM stuff in Visual Studio and I had a need for getting the current subscription ID the template is being deployed to. So there is a helper function you can call like this… “subscriptionId”: “[subscription().subscriptionId]” I used it in the template like this… …but as soon I tried to deploy the […]
OMS – Disconnect Azure Storage Account from Workspace
In OMS you are able to collect data from storage account? Why is this useful? Well, there times where you want to store data from different Azure sources for a longer time than provided by Azure itself and then dig into the data using OMS. For example you are able to store IIS Logs, Windows […]