-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployment Failure Reason: An unknown error has occurred. #348
Comments
So I just found out that you can't create consumption plan Azure Functions on the Free Trial subscription, and that's probably what's causing this to fail. A more helpful error would be nice though. |
That shouldn’t be the problem (we’ve also fixed the issue that was incorrectly blocking consumption functions on free/trial subscriptions, it’s currently rolling out). We need to take a closer look at this. Do you mind leaving your repo where it is while we investigate? |
@anthonychu I had already begun moving to deploying in to a regular Function App when I saw your message. I have created a branch with the problem for you, and it still fails with the same error: https://github.com/miklen/ezdinner-vue/runs/2267902001?check_suite_focus=true |
Hello @anthonychu , any word on this issue? My initial github action succeeded on main branch however after making modifications to the API and Client app, I began receiving this error above as part of a pull request to main as well as a push to main. My client app is written on Blazor and the API app in C#. |
@wdorsett84 can you please share the repo you’re using if it’s public? Otherwise can you share some logs from the GitHub action run? |
@anthonychu Attached is the log file. It's a private repo. I won't be able to share it here. I hope this helps. |
Thanks that’s helpful. @miwebst can you please take a look? |
Hey @wdorsett84, to ensure we are looking at the right app, do you mind giving us the default hostname (yellow-sea-12121) or the resource group and resource name? We can probably make a guess based on the time of the failure but want to be sure. |
Sure @miwebst It's calm-bush-038a5c310. |
Thanks @wdorsett84 it seems like the function app is not able to start up. We have an update coming to make this failure message more descriptive. As for the function app issue, @annaji-msft can you see what's going on? |
@miwebst @annaji-msft Hi. Any word on this? |
SyncTriggers failed with error below Could be related to Azure/azure-functions-host#6805 @anthonychu Anything that @wdorsett84 do to mitigate the issue? By the way you can configure application insights and get these errors show up on your end too 👍 |
@annaji-msft I'm using the Azure Function authentication from Microsoft.Identity.Web (AzureAD/microsoft-identity-web#856). I also have the error mentioned here Azure/azure-functions-host#7330. Could that be what's making the deployment fail? |
Hi guys, I'm facing the same Deployment Failed issue. I created a couple of similar projects but after a few commits, I started getting this error and I can not continue working on the projects. Here are the actions from the public repo: https://github.com/vangelkolarov-actioncamvideo/clone-of-blazor-starter/actions. My default hostname at Azure is calm-field-0f865. |
I've created SWA resource in Azure, and connected it to my GitHub repo, where it created the deployment workflows. I started out trying a deployment without an api-location, and that worked fine. I then moved my Azure Function code from it's separate repo into an
api/
folder and pointed the api-location to the path for the functions project and retried deployment. This time it fails with an unknown error while trying to deploy the Azure Function.The text was updated successfully, but these errors were encountered: