Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. sboludaf@Azure:~$ az appservice plan show -g ICE --name icepropsa01
  2. {
  3. "adminSiteName": null,
  4. "freeOfferExpirationTime": null,
  5. "geoRegion": "North Europe",
  6. "hostingEnvironmentProfile": null,
  7. "hyperV": false,
  8. "id": "/subscriptions/ae72cfd3-a6c0-4335-b970-65e18081f2e6/resourceGroups/ICE/providers/Microsoft.Web/serverfarms/icepropsa01",
  9. "isSpot": false,
  10. "isXenon": false,
  11. "kind": "app",
  12. "location": "North Europe",
  13. "maximumNumberOfWorkers": 10,
  14. "name": "icepropsa01",
  15. "numberOfSites": 17,
  16. "perSiteScaling": false,
  17. "provisioningState": "Succeeded",
  18. "reserved": false,
  19. "resourceGroup": "ICE",
  20. "sku": {
  21. "capabilities": null,
  22. "capacity": 2,
  23. "family": "S",
  24. "locations": null,
  25. "name": "S1",
  26. "size": "S1",
  27. "skuCapacity": null,
  28. "tier": "Standard"
  29. },
  30. "spotExpirationTime": null,
  31. "status": "Ready",
  32. "subscription": "ae72cfd3-a6c0-4335-b970-65e18081f2e6",
  33. "tags": null,
  34. "targetWorkerCount": 0,
  35. "targetWorkerSizeId": 0,
  36. "type": "Microsoft.Web/serverfarms",
  37. "workerTierName": null
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement