I suddenly get this error when creating a function...
# azure
b
I suddenly get this error when creating a function app (web app) It has been working for the last couple of days and I have trouble identifying whats the error is azure-nextgenweb/v20200601WebApp (Function): error: autorest/azure: Service returned an error. Status=<nil> <nil> i have upgraded pulumi cli with brew can that be the culprit?
t
Could you take a look in the activity log of that web app? Web resources are really bad with returning error messages.
Ah, I can see it’s a new one. Maybe in the resource group activity?
b
Ok thank you I tried in another function and that worked so will try delete and recreate tomorrow
t
Status=<nil> <nil>
is what the service returns, unfortunately. Internet is full of questions about that.
b
@tall-librarian-49374 Thank you for all your help, have now tried destroying and removing the stack, copied code from another working function and retried several times but it still fails on this one microservice when creating the web app. Any ideas what could be the reason? naming lengths something other? And is there any log that i can look at when the web app isn’t created. Thanx in advance
t
Have you checked the activity log of the resource group?
b
i will look at it, didn’t know where its located, but will try to take a look
found it
That helped my locate the problem, thank you once again. This fast access to help is really a major win for us! We are paying customers and will potentially expand pulumi across our organisation. We are just trying to justify the cost by being the first tribe to try it out.
👍 1