Replies: 1 comment
-
|
Hello, I don't know if you solved it, but I had the same problem with the deployment. I am using a Linux Consumption Azure function and I used the action on a Github Action workflow, but the deployed function app did not show any functions. I had to manually redeploy it using VSCode Azure extension many times. However, after trying a couple of different thigs I found the solution. You must add the parameters I found it in the same documentation, but I didn't pay any attention before. I think it should be more clear 💡 Hope it helps, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have had an incredible amount of problems trying to deploy a new .NET 8 Functions app using the v2 SDK.
Despite following the guidance in the docs as suggested in #230 I could never get it to work with the publish profile.
I pivoted to using the credentials that azd created for me in my repo and using the azure login task first. This resolved my issue with being able to successfully publish, however the result that I get when deploying is not so successful. After the functions publish from CI none of the actual functions show up in the Azure Portal, while it works as expected when I publish from Visual Studio manually.
Beta Was this translation helpful? Give feedback.
All reactions