Harnessing ARM Template Copy for Dynamic Azure Deployments
While Azure Resource Manager (ARM) templates have complex syntax, it is also mighty. Instead of copying and pasting the same code to create a resource, you can use the copy…
While Azure Resource Manager (ARM) templates have complex syntax, it is also mighty. Instead of copying and pasting the same code to create a resource, you can use the copy…
Have you been working with Azure Resource Manager (ARM) templates but found the JSON syntax difficult to work with? Do you have some awesome PowerShell skills that you’d like to…
The Azure Network Watcher provides monitoring and logging for Infrastructure-as-a-Service (IaaS) resources in Azure virtual networks. Azure automatically deploys the Azure Network Watcher when you create or update an Azure…
Microsoft Teams PSTN usage records are available as reports in the Teams admin center. However, you have to manually export the records into an Excel file. How would you like…
Last week, I covered Getting Started with Microsoft Teams and Graph API that highlights Graph API basics and creating an Azure Application Registration. In this post, you’ll learn how to…
Microsoft Graph is the latest way of getting access to the many points of data and products inside Microsoft 365. There is a tremendous amount of data available in Office…
Azure Policies are used to enforce rules on different Azure resources. This will ensure those resources are compliant with any corporate standards or with regulatory requirements. Examples of policies include…
Azure Resource Manager (or ARM) templates provide a way for you to describe Azure resources using code. There are also two different ARM template deployment modes: incremental and complete. Both…
Azure currently comes with more than 140 built-in roles for assigning role-based access control (RBAC) to your Azure resources. This allows assigning users, groups, service principals, and managed identities granular…
Azure Network Watcher is a resource that provides network monitoring and troubleshooting tools, such as verifying IP flow, packet captures, and next hop information. However, if you’re not sure what…