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
Please describe the documentation request or issue. Be as specific as possible.
We are trying to deploy an Azure Function using the Flex Consumption Plan and have encountered issues that we have not been able to resolve. Here are the steps we followed:
Set the WEBSITE_RUN_FROM_PACKAGE app setting to the URL of the blob mentioned above.
Restarted the Function App using the Azure portal.
We also tried to sync the function triggers using the following command az: az functionapp deployment source sync --name fnxxxxxxxxx --resource-group rgxxxxxxxxx
Despite all of these steps, the function does not appear to be deployed in the Azure portal, and we do not see any related logs in Application Insights.
In the "System Keys" and "Host Keys" sections of the Azure portal, we see system errors with the message InternalServerError.
We have verified that all permissions and configurations are correct, ensuring that the Function App has access to the Blob Storage.
Are there any additional steps we should follow when using WEBSITE_RUN_FROM_PACKAGE with the Flex Consumption Plan?
Are there any known issues with this deployment method or any incompatibility with the Flex Consumption Plan?
How can we ensure that our function is successfully deployed?
We would greatly appreciate any guidance or additional documentation to help resolve this issue.
Regards!
The text was updated successfully, but these errors were encountered:
Please describe the documentation request or issue. Be as specific as possible.
We are trying to deploy an Azure Function using the Flex Consumption Plan and have encountered issues that we have not been able to resolve. Here are the steps we followed:
Created an Azure Function with an HTTP Trigger using C#.
Published the function and generated a .zip file containing the function code.
Uploaded the .zip file to Azure Blob Storage. The blob URL is:
https://scxxxxxxxxxxxx.blob.core.windows.net/app-package-xxx-dev/HttpTriggerCSharp1.zip
Set the WEBSITE_RUN_FROM_PACKAGE app setting to the URL of the blob mentioned above.
Restarted the Function App using the Azure portal.
We also tried to sync the function triggers using the following command az: az functionapp deployment source sync --name fnxxxxxxxxx --resource-group rgxxxxxxxxx
Despite all of these steps, the function does not appear to be deployed in the Azure portal, and we do not see any related logs in Application Insights.
In the "System Keys" and "Host Keys" sections of the Azure portal, we see system errors with the message InternalServerError.
We have verified that all permissions and configurations are correct, ensuring that the Function App has access to the Blob Storage.
Are there any additional steps we should follow when using WEBSITE_RUN_FROM_PACKAGE with the Flex Consumption Plan?
Are there any known issues with this deployment method or any incompatibility with the Flex Consumption Plan?
How can we ensure that our function is successfully deployed?
We would greatly appreciate any guidance or additional documentation to help resolve this issue.
Regards!
The text was updated successfully, but these errors were encountered: