report_impact_to_azure
Submit impact reports to Azure for customer-facing issues with Azure resources. Specify subscription ID, resource group, provider, type, name, and impact category to notify Azure of connectivity, performance, availability, or unknown issues.
Instructions
Reports the impact to Azure. Typically called when customers facing issue with azure infrastructure and they want to let azure know about it.
Args: subscriptionid (str): The Azure subscription ID where the resource is present. Eg: 68fa15fd-eef2-4ca3-a053-bcf268bd7371 resourcegroup (str): The Azure resource group name where the resource is present. Eg: test-rg resourceprovider (str): The Azure resource provider name for the resource. Eg: Microsoft.Compute resourcetype (str): The Azure resource type. Eg: virtualMachines resourcename (str): The Azure resource name. Eg: test-vm impactcategory (str): The impact category denoting the underlying issue. Can be one of: Resource.Connectivity, Resource.Performance, Resource.Availability or Resource.Unknown if the issue is not known.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
impactcategory | Yes | ||
resourcegroup | Yes | ||
resourcename | Yes | ||
resourceprovider | Yes | ||
resourcetype | Yes | ||
subscriptionid | Yes |