Related Articles
Azure Functions – Setting Tags on Subscriptions Using C#
It has been a couple of month ago, Microsoft announced that it is possible to set tags on subscriptions. This makes totally sense and was a long awaited feature. Good practice is to use Azure Policy to set tags on resources, but there are cases where it is not possible to use Azure Policy. Well, […]
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 […]
SCOM 2012 – Operations Manager 2012 Sizing Helper Tool
Microsoft just released the new Operations Manager 2012 Sizing Helper Tool. There was a similar Tool (basically it is an Excel sheet) for SCOM 2007 R2. But now there is also some guidance on Best Practices Disk Configuration, SQL Temp DB, High Availability and Network Monitoring. This tool can be found here .