You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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