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
After having read this post I wanted to try to deploy a basic Azure Functions.
However, after deployed the infrastructure with bicep, it seems I cannot not more use the command func azure functionapp publish
I receive the error: Azure Functions Core Tools does not support this deployment path. Please configure the app to deploy from a remote package using the steps here: https://aka.ms/deployfromurl
Can you confirm that it's not possible to utilise func to deploy when the infrastructure use managed identities?
Hi,
After having read this post I wanted to try to deploy a basic Azure Functions.
However, after deployed the infrastructure with bicep, it seems I cannot not more use the command
func azure functionapp publish
I receive the error:
Azure Functions Core Tools does not support this deployment path. Please configure the app to deploy from a remote package using the steps here: https://aka.ms/deployfromurl
func
to deploy when the infrastructure use managed identities?Thanks in advance
The text was updated successfully, but these errors were encountered: