-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfunctionapp.log
147 lines (109 loc) · 6.66 KB
/
functionapp.log
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
PLAY [localhost] **************************************************************************
TASK [Gathering Facts] ********************************************************************
ok: [127.0.0.1]
TASK [resourcesupport : debug] ************************************************************
skipping: [127.0.0.1]
TASK [Create a resource group] ************************************************************
changed: [127.0.0.1]
TASK [create storage account for function apps] *******************************************
changed: [127.0.0.1]
TASK [include] ****************************************************************************
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
TASK [create a function with app settings] ************************************************
[WARNING]: Azure API profile latest does not define an entry for WebSiteManagementClient
changed: [127.0.0.1]
TASK [assert the function with app settings was created] **********************************
ok: [127.0.0.1] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [change app settings] ****************************************************************
changed: [127.0.0.1]
TASK [assert the function was changed] ****************************************************
ok: [127.0.0.1] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [delete the function app] ************************************************************
changed: [127.0.0.1]
TASK [assert the function was deleted] ****************************************************
ok: [127.0.0.1] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [create a function with app settings] ************************************************
changed: [127.0.0.1]
TASK [assert the function with app settings was created] **********************************
ok: [127.0.0.1] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [change app settings] ****************************************************************
changed: [127.0.0.1]
TASK [assert the function was changed] ****************************************************
ok: [127.0.0.1] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [delete the function app] ************************************************************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "Failure while deleting web app: 409 Client Error: Conflict for url: https://management.azure.com/subscriptions/2085065b-00f8-4cba-9675-ba15f4d4ab66/resourceGroups/myRG1/providers/Microsoft.Web/sites/afsssaaax?api-version=2016-08-01"}
to retry, use: --limit @/home/fred/task/loop_functionapp.retry
PLAY RECAP ********************************************************************************
127.0.0.1 : ok=23 changed=7 unreachable=0 failed=1
Failed at second time to delete deploy
PLAY [localhost] **************************************************************************
TASK [Gathering Facts] ********************************************************************
ok: [127.0.0.1]
TASK [resourcesupport : debug] ************************************************************
skipping: [127.0.0.1]
TASK [Create a resource group] ************************************************************
ok: [127.0.0.1]
TASK [create storage account for function apps] *******************************************
ok: [127.0.0.1]
TASK [include] ****************************************************************************
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
included: /home/fred/task/loop_functionapp_task.yml for 127.0.0.1
TASK [create a function with app settings] ************************************************
[WARNING]: Azure API profile latest does not define an entry for WebSiteManagementClient
changed: [127.0.0.1]
TASK [assert the function with app settings was created] **********************************
ok: [127.0.0.1] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [change app settings] ****************************************************************
changed: [127.0.0.1]
TASK [assert the function was changed] ****************************************************
ok: [127.0.0.1] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [delete the function app] ************************************************************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "Failure while deleting web app: 409 Client Error: Conflict for url: https://management.azure.com/subscriptions/2085065b-00f8-4cba-9675-ba15f4d4ab66/resourceGroups/myRG1/providers/Microsoft.Web/sites/afsssaaax?api-version=2016-08-01"}
to retry, use: --limit @/home/fred/task/loop_functionapp.retry
PLAY RECAP ********************************************************************************
127.0.0.1 : ok=17 changed=2 unreachable=0 failed=1
: Fail at first delete deploy
TASK [create a function with app settings] ************************************************
[WARNING]: Azure API profile latest does not define an entry for WebSiteManagementClient
fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "Error creating or updating web app: 429 Client Error: Too Many Requests for url: https://management.azure.com/subscriptions/2085065b-00f8-4cba-9675-ba15f4d4ab66/resourceGroups/myRG1/providers/Microsoft.Web/sites/afsssaaax?api-version=2016-08-01"}
to retry, use: --limit @/home/fred/task/loop_functionapp.retry
PLAY RECAP ********************************************************************************
127.0.0.1 : ok=13 changed=0 unreachable=0 failed=1