Skip to content

Instantly share code, notes, and snippets.

View tshallenberger's full-sized avatar
🎯
Focusing

Thomas Shallenberger tshallenberger

🎯
Focusing
  • Yahoo, Inc.
  • Chicago, IL
  • 04:17 (UTC -05:00)
View GitHub Profile
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"variables": {
// Ensure the demo web app is unique within Azure
"uniqueSuffix": "[tolower(uniqueString(resourceGroup().Id))]",
"appPlanName": "[concat('demo-web-app-plan-', variables('uniqueSuffix'))]",
"appName": "[concat('demo-web-app-', variables('uniqueSuffix'))]",
// "Remote" Container Registry