# Functions

GetMatchingErrorCode gets a matching codes.Code for the given azure error code.
IsNotFoundAzAPIError checks if error is an AZ API error and if it is a 404 response code.
LogAzAPIError collects additional information from AZ response and logs it as part of the error log message.

# Constants

ClientRequestIDAzHeaderKey is the Azure API response header key whose value is the client request ID.
CorrelationRequestIDAzHeaderKey is the Azure API response header key whose value is a request correlation ID.
ErrorCodeAzHeaderKey is the Azure API response header key whose value is the underline error code as set by the server.
RequestIDAzHeaderKey is the Azure API response header key whose value is the request ID.
ZonalAllocationFailedAzErrorCode is an Azure error code indicating that there is insufficient capacity in the target zone.