-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAzure-Deployment.json
More file actions
105 lines (105 loc) · 2.91 KB
/
Copy pathAzure-Deployment.json
File metadata and controls
105 lines (105 loc) · 2.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"id": "/subscriptions/4ff19a58-3526-41da-8f0b-543be9dee8df/resourceGroups/SWEN670/providers/Microsoft.Resources/deployments/Microsoft.Web-WebApp-Portal-5a8843ea-9e3e",
"name": "Microsoft.Web-WebApp-Portal-5a8843ea-9e3e",
"type": "Microsoft.Resources/deployments",
"tags": {
"primaryResourceId": "/subscriptions/4ff19a58-3526-41da-8f0b-543be9dee8df/resourcegroups/SWEN670/providers/Microsoft.Web/sites/SWEN670-Hello-Flutter",
"marketplaceItemId": "Microsoft.WebSite",
"provisioningHash": "customize-post-provisioning-steps-webapp-deployment"
},
"properties": {
"templateHash": "3970433651293952792",
"parameters": {
"subscriptionId": {
"type": "String",
"value": "4ff19a58-3526-41da-8f0b-543be9dee8df"
},
"name": {
"type": "String",
"value": "SWEN670-Hello-Flutter"
},
"location": {
"type": "String",
"value": "Central US"
},
"hostingPlanName": {
"type": "String",
"value": "ASP-SWEN670-aaf8"
},
"serverFarmResourceGroup": {
"type": "String",
"value": "SWEN670"
},
"alwaysOn": {
"type": "Bool",
"value": false
},
"sku": {
"type": "String",
"value": "Free"
},
"skuCode": {
"type": "String",
"value": "F1"
},
"workerSize": {
"type": "String",
"value": "0"
},
"workerSizeId": {
"type": "String",
"value": "0"
},
"numberOfWorkers": {
"type": "String",
"value": "1"
},
"linuxFxVersion": {
"type": "String",
"value": "NODE|14-lts"
}
},
"mode": "Incremental",
"debugSetting": {
"detailLevel": "None"
},
"provisioningState": "Running",
"timestamp": "2021-06-05T23:14:53.701448Z",
"duration": "PT1.0068527S",
"correlationId": "15d2d169-f415-4dd7-864e-18321366da58",
"providers": [
{
"namespace": "Microsoft.Web",
"resourceTypes": [
{
"resourceType": "sites",
"locations": [
"centralus"
]
},
{
"resourceType": "serverfarms",
"locations": [
"centralus"
]
}
]
}
],
"dependencies": [
{
"dependsOn": [
{
"id": "/subscriptions/4ff19a58-3526-41da-8f0b-543be9dee8df/resourceGroups/SWEN670/providers/Microsoft.Web/serverfarms/ASP-SWEN670-aaf8",
"resourceType": "Microsoft.Web/serverfarms",
"resourceName": "ASP-SWEN670-aaf8"
}
],
"id": "/subscriptions/4ff19a58-3526-41da-8f0b-543be9dee8df/resourceGroups/SWEN670/providers/Microsoft.Web/sites/SWEN670-Hello-Flutter",
"resourceType": "Microsoft.Web/sites",
"resourceName": "SWEN670-Hello-Flutter"
}
],
"validationLevel": "Template"
}
}