This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
},
|
||||
{
|
||||
"type": "Microsoft.Resources/deployments",
|
||||
"name": "[concat(parameters('resourceGroupName'), 'Deployment', uniqueString(concat('usim-adp-registration', subscription().subscriptionId)))]",
|
||||
"name": "[concat(parameters('resourceGroupName'), 'Deployment', uniqueString(concat('ps-adp-registration', subscription().subscriptionId)))]",
|
||||
"resourceGroup": "[parameters('resourceGroupName')]",
|
||||
"apiVersion": "2019-10-01",
|
||||
"dependsOn": [
|
||||
@@ -50,7 +50,7 @@
|
||||
"resources": [
|
||||
{
|
||||
"kind": "web",
|
||||
"name": "usim-adp-registration",
|
||||
"name": "ps-adp-registration",
|
||||
"type": "microsoft.insights/components",
|
||||
"location": "[parameters('resourceLocation')]",
|
||||
"properties": {},
|
||||
@@ -21,7 +21,7 @@
|
||||
},
|
||||
"resourceName": {
|
||||
"type": "string",
|
||||
"defaultValue": "usim-adp-registration",
|
||||
"defaultValue": "ps-adp-registration",
|
||||
"metadata": {
|
||||
"description": "Name of the main resource to be created by this template."
|
||||
}
|
||||
Reference in New Issue
Block a user