Skip to main content

subscription_deployment_locations

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

Overview

Namesubscription_deployment_locations
TypeResource
Idazure.app_service.subscription_deployment_locations

Fields

NameDatatypeDescription
hostingEnvironmentDeploymentInfosarrayAvailable App Service Environments with basic information.
hostingEnvironmentsarrayAvailable App Service Environments with full descriptions of the environments.
locationsarrayAvailable regions.

Methods

NameAccessible byRequired ParamsDescription
getSELECTsubscriptionIdDescription for Gets list of available geo regions plus ministamps

SELECT examples

Description for Gets list of available geo regions plus ministamps

SELECT
hostingEnvironmentDeploymentInfos,
hostingEnvironments,
locations
FROM azure.app_service.subscription_deployment_locations
WHERE subscriptionId = '{{ subscriptionId }}';