report_impact_to_azure
Submit impact reports for Azure resource issues, such as connectivity, performance, or availability, by providing subscription ID, resource details, and impact category for Azure resolution.
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 |