Share via


Emerging Issues - List

Lists Azure services' emerging issues.

GET https://management.azure.com/providers/Microsoft.ResourceHealth/emergingIssues?api-version=2025-04-01

URI Parameters

Name In Required Type Description
api-version
query True

string

minLength: 1

The API version to use for this operation.

Responses

Name Type Description
200 OK

emergingIssueListResult

The body contains a list of azure emerging issues.

Other Status Codes

ErrorResponse

DefaultErrorResponse

Security

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

GetEmergingIssues

Sample request

GET https://management.azure.com/providers/Microsoft.ResourceHealth/emergingIssues?api-version=2025-04-01

Sample response

{
  "nextLink": "string",
  "value": [
    {
      "id": "/providers/Microsoft.ResourceHealth/emergingissues/default",
      "type": "/providers/Microsoft.ResourceHealth/emergingissues",
      "name": "default",
      "properties": {
        "refreshTimestamp": "2019-12-17T09:12:00Z",
        "statusBanners": [
          {
            "title": "Automatic updates to the dial tone page from ACM - banner",
            "message": "Testing backup site",
            "cloud": "Public",
            "lastModifiedTime": "2019-12-15T08:04:00Z"
          },
          {
            "title": "Storage - West Europe",
            "message": "<span style=\"color: #323237; font-family: &quot;Segoe UI&quot;, SegoeUI, &quot;Segoe WP&quot;, Tahoma, Arial, sans-serif; font-size: 16px; background-color: #ffffff\">A subset of customers using Storage in West Europe experienced service availability issues. In addition, resources with dependencies on the impacted storage scale units may have experienced downstream impact in the form of availability issues, connection failures, or high latency. Engineers are investigating the root cause.</span>",
            "cloud": "Public",
            "lastModifiedTime": "2019-12-15T10:15:00Z"
          }
        ],
        "statusActiveEvents": [
          {
            "title": "Automatic updates to the dial tone page from ACM - SHD event",
            "description": "Virtual Machines case",
            "trackingId": "KTTK-TZ8",
            "startTime": "2019-12-15T08:06:00Z",
            "cloud": "Public",
            "severity": "Information",
            "stage": "Active",
            "impacts": [
              {
                "id": "virtual-machines",
                "name": "Virtual Machines",
                "regions": [
                  {
                    "id": "us-central",
                    "name": "Central US"
                  },
                  {
                    "id": "us-east",
                    "name": "East US"
                  }
                ]
              }
            ],
            "published": true,
            "lastModifiedTime": "2019-12-15T08:10:00Z"
          },
          {
            "title": "Azure SQL Database - West Europe",
            "description": "All Azure SQL service management requests (create, update, delete, etc.) are serviced through the SQL Control Plane infrastructure. Engineers determined that during this issue, the control plane service became unhealthy after receiving a significant increase in internally generated operations and reaching an operational threshold. This led to service management requests becoming unable to complete, which in-turn resulted in timeouts and throttling. Subsequent investigation by engineers determined this issue was due service requests from an internal Azure group that triggered a bug which caused an excessive number of internally generated operations.",
            "trackingId": "4KHK-LS8",
            "startTime": "2019-12-16T05:11:00Z",
            "cloud": "Public",
            "severity": "Error",
            "stage": "Active",
            "impacts": [
              {
                "id": "sql-database",
                "name": "SQL Database",
                "regions": [
                  {
                    "id": "europe-west",
                    "name": "West Europe"
                  }
                ]
              }
            ],
            "published": true,
            "lastModifiedTime": "2019-12-16T05:11:00Z"
          }
        ]
      }
    }
  ]
}

Definitions

Name Description
createdByType

The type of identity that created the resource.

emergingIssueImpact

Object of the emerging issue impact on services and regions.

emergingIssueListResult

The list of emerging issues.

emergingIssuesGetResult

The Get EmergingIssues operation response.

ErrorResponse

Error details.

impactedRegion

Object of impacted region.

SeverityValues

The severity level of this active event.

StageValues

The stage of this active event.

statusActiveEvent

Active event type of emerging issue.

statusBanner

Banner type of emerging issue.

systemData

Metadata pertaining to creation and last modification of the resource.

createdByType

The type of identity that created the resource.

Value Description
Application
Key
ManagedIdentity
User

emergingIssueImpact

Object of the emerging issue impact on services and regions.

Name Type Description
id

string

The impacted service id.

name

string

The impacted service name.

regions

impactedRegion[]

The list of impacted regions for corresponding emerging issues.

emergingIssueListResult

The list of emerging issues.

Name Type Description
nextLink

string

The link used to get the next page of emerging issues.

value

emergingIssuesGetResult[]

The list of emerging issues.

emergingIssuesGetResult

The Get EmergingIssues operation response.

Name Type Description
id

string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

string

The name of the resource

properties.refreshTimestamp

string (date-time)

Timestamp for when last time refreshed for ongoing emerging issue.

properties.statusActiveEvents

statusActiveEvent[]

The list of emerging issues of active event type.

properties.statusBanners

statusBanner[]

The list of emerging issues of banner type.

systemData

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

ErrorResponse

Error details.

Name Type Description
code

string

The error code.

details

string

The error details.

message

string

The error message.

impactedRegion

Object of impacted region.

Name Type Description
id

string

The impacted region id.

name

string

The impacted region name.

SeverityValues

The severity level of this active event.

Value Description
Error
Information
Warning

StageValues

The stage of this active event.

Value Description
Active
Archived
Resolve

statusActiveEvent

Active event type of emerging issue.

Name Type Description
cloud

string

The cloud type of this active event.

description

string

The details of active event.

impacts

emergingIssueImpact[]

The list of emerging issues impacts.

lastModifiedTime

string (date-time)

The last time modified on this banner.

published

boolean

The boolean value of this active event if published or not.

severity

SeverityValues

The severity level of this active event.

stage

StageValues

The stage of this active event.

startTime

string (date-time)

The impact start time on this active event.

title

string

The active event title.

trackingId

string

The tracking id of this active event.

statusBanner

Banner type of emerging issue.

Name Type Description
cloud

string

The cloud type of this banner.

lastModifiedTime

string (date-time)

The last time modified on this banner.

message

string

The details of banner.

title

string

The banner title.

systemData

Metadata pertaining to creation and last modification of the resource.

Name Type Description
createdAt

string (date-time)

The timestamp of resource creation (UTC).

createdBy

string

The identity that created the resource.

createdByType

createdByType

The type of identity that created the resource.

lastModifiedAt

string (date-time)

The timestamp of resource last modification (UTC)

lastModifiedBy

string

The identity that last modified the resource.

lastModifiedByType

createdByType

The type of identity that last modified the resource.