-
Notifications
You must be signed in to change notification settings - Fork 3k
Azure Functions: Azure CLI Notes
Shreya Batra edited this page Jan 31, 2024
·
1 revision
Following are some known issues that we are tracking to resolve for Azure Functions using CLI.
Known Issues & Notes:
- When using
az function app create
, customers are not able to create apps with the Consumption plan. This applies to creating a new plan, as well as attempting to leverage existing an existing plan. As a workaround, we recommend leveraging Azure Portal or Core Tools to create new Function apps. - If attempting to use the
az function app create
command with an existing Consumption plan, the existing plan will not be used, and a new one will be created instead.
We are currently investigating and working on resolving these issues. In the meantime, we recommend using Core Tools or Portal for creating new Function Apps if using a Consumption plan.
For any questions, please create an issue.