Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. {
  2. "type": "Microsoft.Web/sites",
  3. "kind": "web",
  4. "name": "examplewebapp",
  5. "apiVersion": "2016-08-01",
  6. "location": "West US",
  7. "properties": {
  8. "name": "examplewebapp",
  9. "serverFarmId": "[resourceId('Microsoft.Web/serverfarms', 'exampleappserviceplan')]"
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement