Created
January 26, 2019 15:40
-
-
Save RoyKimYYZ/135296d6e08403739a2b6a4768030e3e to your computer and use it in GitHub Desktop.
arm-web-properties-example-blogpost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "microsoft.web/sites", | |
"id": "/subscriptions/xxxxxxxxxx-37db-4f9e-99b0-dc0f00cd8be3/resourceGroups/Default | |
-Web-EastUS/providers/Microsoft.Web/sites/mvc", | |
"sku": { | |
}, | |
"name": "mvc", | |
"kind": "app", | |
"plan": { | |
}, | |
"tags": { | |
"hidden-related:/subscriptions/xxxxxxxxxx-37db-4f9e-99b0-dc0f00cd8be3/r | |
esourceGroups/Default-Web-EastUS/providers/Microsoft.Web/serverfarms/Default0": "Reso | |
urce" | |
}, | |
"aliases": { | |
"Microsoft.Web/sites/hostNameSslStates[*].sslState": [ | |
"Disable | |
d", | |
"Disable | |
d" | |
], | |
"Microsoft.Web/sites/clientCertEnabled": false, | |
"Microsoft.Web/sites/availabilityState": "Normal", | |
"Microsoft.Web/sites/hostNames[*]": [ | |
"mvc.azurewebsites.net | |
" | |
], | |
"Microsoft.Web/sites/serverFarmId": "/subscriptions/xxxxxxxxxx-37db | |
-4f9e-99b0-dc0f00cd8be3/resourceGroups/Default-Web-EastUS/providers/Microsoft.Web/serv | |
erfarms/Default0", | |
"Microsoft.Web/sites/usageState": "Normal", | |
"Microsoft.Web/sites/httpsOnly": false | |
}, | |
"location": "eastus", | |
"properties": { | |
"name": "mvc", | |
"hostingEnvironmentProfile": null, | |
"enabled": true, | |
"hostingEnvironmentId": null, | |
"hostingEnvironment": null, | |
"state": "Stopped", | |
"domainVerificationIdentifiers": null, | |
"functionExecutionUnitsCache": null, | |
"possibleOutboundIpAddresses": "168.62.48.13,168.62.48.19,168. | |
62.48.33,168.62.48.122,168.62.48.13,168.62.48.19,168.62.48.33,168.62.48.122", | |
"storageRecoveryDefaultState": "Running", | |
"runtimeAvailabilityState": "Normal", | |
"contentAvailabilityState": "Normal", | |
"trafficManagerHostNames": null, | |
"resourceGroup": "Default-Web-EastUS", | |
"serverFarmId": "/subscriptions/xxxxxxxxxx-37db-4f9e-99b0-dc0f00 | |
cd8be3/resourceGroups/Default-Web-EastUS/providers/Microsoft.Web/serverfarms/Default0" | |
, | |
"clientAffinityEnabled": true, | |
"dailyMemoryTimeQuota": 0, | |
"lastModifiedTimeUtc": "\/Date(1548064316783)\/", | |
"outboundIpAddresses": "168.62.48.13,168.62.48.19,168.62.48.33 | |
,168.62.48.122", | |
"computeMode": null, | |
"siteDisabledReason": 0, | |
"scmSiteAlsoStopped": false, | |
"repositorySiteName": "mvc", | |
"maxNumberOfWorkers": null, | |
"clientCertEnabled": false, | |
"hostNameSslStates": [ | |
"@{name=mvc.azurewebsites.net; toU | |
pdateIpBasedSsl=; ipBasedSslResult=; ipBasedSslState=NotConfigured; thumbprint=; virtu | |
alIP=; sslState=Disabled; toUpdate=; hostType=Standard}", | |
"@{name=mvc.scm.azurewebsites.net; | |
toUpdateIpBasedSsl=; ipBasedSslResult=; ipBasedSslState=NotConfigured; thumbprint=; v | |
irtualIP=; sslState=Disabled; toUpdate=; hostType=Repository}" | |
], | |
"availabilityState": "Normal", | |
"hostNamesDisabled": false, | |
"enabledHostNames": [ | |
"mvc.azurewebsites.net", | |
"mvc.scm.azurewebsites.net" | |
], | |
"sslCertificates": null, | |
"defaultHostName": "mvc.azurewebsites.net", | |
"deploymentId": "mvc", | |
"kind": "app", | |
"webSpace": "eastuswebspace", | |
"targetSwapSlot": null, | |
"slotSwapStatus": null, | |
"siteProperties": { | |
"properties": " ", | |
"metadata": null, | |
"appSettings": null | |
}, | |
"siteMode": null, | |
"reserved": false, | |
"containerSize": 0, | |
"suspendedTill": null, | |
"adminEnabled": true, | |
"isXenon": false, | |
"cloningInfo": null, | |
"hostNames": [ | |
"mvc.azurewebsites.net" | |
], | |
"sku": "Shared", | |
"siteConfig": null, | |
"serverFarm": null, | |
"usageState": "Normal", | |
"hyperV": false, | |
"selfLink": "https://waws-prod-blu-001.api.azurewebsites.windo | |
ws.net:454/subscriptions/xxxxxxxxxx-37db-4f9e-99b0-dc0f00cd8be3/webspaces/eastuswebspace | |
/sites/mvc", | |
"httpsOnly": false, | |
"tags": { | |
"hidden-related:/subscriptions/xxxxxxxxxx-37db-4f9e- | |
99b0-dc0f00cd8be3/resourceGroups/Default-Web-EastUS/providers/Microsoft.Web/serverfarm | |
s/Default0": "Resource" | |
}, | |
"owner": null, | |
"cers": null, | |
"csrs": [ | |
] | |
}, | |
"resourceGroup": "default-web-eastus", | |
"subscriptionId": "xxxxxxxxxx-37db-4f9e-99b0-dc0f00cd8be3", | |
"managedBy": "", | |
"identity": { | |
}, | |
"tenantId": "d4697920-75d5-4b07-bdbb-ca7abb88444d", | |
"ResourceId": "/subscriptions/xxxxxxxxxx-37db-4f9e-99b0-dc0f00cd8be3/resourceGroups | |
/Default-Web-EastUS/providers/Microsoft.Web/sites/mvc" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment