Skip to main content

services

Creates, updates, deletes, gets or lists a services resource.

Overview

Nameservices
TypeResource
Idazure.support.services

Fields

NameDatatypeDescription
idtextId of the resource.
nametextName of the resource.
display_nametextfield from the properties object
metadatatextfield from the properties object
resource_typestextfield from the properties object
serviceNametextfield from the properties object
typetextType of the resource 'Microsoft.Support/services'.

Methods

NameAccessible byRequired ParamsDescription
getSELECTserviceNameGets a specific Azure service for support ticket creation.
listSELECTLists all the Azure services available for support ticket creation. For Technical issues, select the Service Id that maps to the Azure service/product as displayed in the Services drop-down list on the Azure portal's New support request page. Always use the service and its corresponding problem classification(s) obtained programmatically for support ticket creation. This practice ensures that you always have the most recent set of service and problem classification Ids.

SELECT examples

Lists all the Azure services available for support ticket creation. For Technical issues, select the Service Id that maps to the Azure service/product as displayed in the Services drop-down list on the Azure portal's New support request page. Always use the service and its corresponding problem classification(s) obtained programmatically for support ticket creation. This practice ensures that you always have the most recent set of service and problem classification Ids.

SELECT
id,
name,
display_name,
metadata,
resource_types,
serviceName,
type
FROM azure.support.vw_services
;