Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dumeixiang authored Dec 8, 2023
1 parent 8232b63 commit d5c4cbe
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions parameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"subscriptionId": {
"value": "c022f7b5-b34e-402c-9375-5e70be1f4c96"
},
"resourceGroupName": {
"value": "706final"
},
"name": {
"value": "HarmonyHarbor"
},
"location": {
"value": "East US"
},
"hostingPlanName": {
"value": "asp-HarmonyHarbor"
},
"serverFarmResourceGroup": {
"value": "706final"
},
"alwaysOn": {
"value": false
},
"ftpsState": {
"value": "FtpsOnly"
},
"sku": {
"value": "Basic"
},
"skuCode": {
"value": "B1"
},
"numberOfWorkers": {
"value": "1"
},
"workerSize": {
"value": "0"
},
"workerSizeId": {
"value": "0"
},
"linuxFxVersion": {
"value": "DOCKER|706registry.azurecr.io/dev:latest"
},
"dockerRegistryUrl": {
"value": "https://706registry.azurecr.io"
},
"dockerRegistryUsername": {
"value": "706registry"
},
"dockerRegistryPassword": {
"value": null
},
"dockerRegistryStartupCommand": {
"value": ""
}
}
}

0 comments on commit d5c4cbe

Please sign in to comment.