Home » Posts tagged Azure (Page 2)

Azure DNS

Azure DNS is a hosting service for DNS domains that provides name resolution by using Microsoft Azure infrastructure. By hosting your domains in Azure, you can manage your DNS records by using the same credentials, APIs, tools, and billing as your other Azure services. You can’t use Azure...
Continue reading

Azure Subscription Inventory Export to CSV

The below script use to export the azure subscription resources inventory to CSV file. the script Need to run on Powershell # Connect to Azure Connect-AzAccount # Once signed in, use the Azure PowerShell cmdlets to access and manage resources in your subscription. Get-AzSubscription # Select a subscription...
Continue reading