Advertisement
zippy1981

Azure Resource Group

Apr 17th, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.46 KB | None | 0 0
  1. {
  2.   "id": "/subscriptions/__TENANT_ID__/resourceGroups/__RESOURCE_GROUP__/providers/Microsoft.Web/sites/__APP_SERVICE__",
  3.   "name": "__APP_SERVICE__",
  4.   "type": "Microsoft.Web/sites",
  5.   "kind": "app",
  6.   "location": "East US",
  7.   "tags": {
  8.     "Enviroment": "DevTest"
  9.   },
  10.   "properties": {
  11.     "name": "__APP_SERVICE__",
  12.     "state": "Running",
  13.     "hostNames": [
  14.       "__APP_SERVICE__.azurewebsites.net"
  15.     ],
  16.     "webSpace": "__RESOURCE_GROUP__-EastUSwebspace",
  17.     "selfLink": "https://waws-prod-blu-085.api.azurewebsites.windows.net:454/subscriptions/__TENANT_ID__/webspaces/__RESOURCE_GROUP__-EastUSwebspace/sites/__APP_SERVICE__",
  18.     "repositorySiteName": "__APP_SERVICE__",
  19.     "owner": null,
  20.     "usageState": "Normal",
  21.     "enabled": true,
  22.     "adminEnabled": true,
  23.     "enabledHostNames": [
  24.       "__APP_SERVICE__.azurewebsites.net",
  25.       "__APP_SERVICE__.scm.azurewebsites.net"
  26.     ],
  27.     "siteProperties": {
  28.       "metadata": null,
  29.       "properties": [
  30.         {
  31.           "name": "LinuxFxVersion",
  32.           "value": ""
  33.         }
  34.       ],
  35.       "appSettings": null
  36.     },
  37.     "availabilityState": "Normal",
  38.     "sslCertificates": null,
  39.     "csrs": [],
  40.     "cers": null,
  41.     "siteMode": null,
  42.     "hostNameSslStates": [
  43.       {
  44.         "name": "__APP_SERVICE__.azurewebsites.net",
  45.         "sslState": "Disabled",
  46.         "ipBasedSslResult": null,
  47.         "virtualIP": null,
  48.         "thumbprint": null,
  49.         "toUpdate": null,
  50.         "toUpdateIpBasedSsl": null,
  51.         "ipBasedSslState": "NotConfigured",
  52.         "hostType": "Standard"
  53.       },
  54.       {
  55.         "name": "__APP_SERVICE__.scm.azurewebsites.net",
  56.         "sslState": "Disabled",
  57.         "ipBasedSslResult": null,
  58.         "virtualIP": null,
  59.         "thumbprint": null,
  60.         "toUpdate": null,
  61.         "toUpdateIpBasedSsl": null,
  62.         "ipBasedSslState": "NotConfigured",
  63.         "hostType": "Repository"
  64.       }
  65.     ],
  66.     "computeMode": null,
  67.     "serverFarm": null,
  68.     "serverFarmId": "/subscriptions/__TENANT_ID__/resourceGroups/__RESOURCE_GROUP__/providers/Microsoft.Web/serverfarms/__APP_SERVICE__",
  69.     "reserved": false,
  70.     "lastModifiedTimeUtc": "2018-04-16T17:55:01.7933333",
  71.     "storageRecoveryDefaultState": "Running",
  72.     "contentAvailabilityState": "Normal",
  73.     "runtimeAvailabilityState": "Normal",
  74.     "siteConfig": null,
  75.     "deploymentId": "__APP_SERVICE__",
  76.     "trafficManagerHostNames": null,
  77.     "sku": "Standard",
  78.     "scmSiteAlsoStopped": false,
  79.     "targetSwapSlot": null,
  80.     "hostingEnvironment": null,
  81.     "hostingEnvironmentProfile": null,
  82.     "clientAffinityEnabled": true,
  83.     "clientCertEnabled": false,
  84.     "hostNamesDisabled": false,
  85.     "domainVerificationIdentifiers": null,
  86.     "kind": "app",
  87.     "outboundIpAddresses": "52.179.X.Y,52.170.X.Y,52.170.X.Y,52.226.X.Y,40.71.X.Y",
  88.     "possibleOutboundIpAddresses": "52.179.X.Y,52.170.X.Y,52.170.X.Y,52.226.X.Y,40.71.X.Y,52.170.X.Y,52.170.X.Y",
  89.     "containerSize": 0,
  90.     "dailyMemoryTimeQuota": 0,
  91.     "suspendedTill": null,
  92.     "siteDisabledReason": 0,
  93.     "functionExecutionUnitsCache": null,
  94.     "maxNumberOfWorkers": null,
  95.     "homeStamp": "waws-prod-blu-085",
  96.     "cloningInfo": null,
  97.     "snapshotInfo": null,
  98.     "hostingEnvironmentId": null,
  99.     "tags": {
  100.       "Enviroment": "DevTest"
  101.     },
  102.     "resourceGroup": "__RESOURCE_GROUP__",
  103.     "defaultHostName": "__APP_SERVICE__.azurewebsites.net",
  104.     "slotSwapStatus": null,
  105.     "httpsOnly": false
  106.   }
  107. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement