Azure CLI Samples

The following table includes links to bash scripts for Azure Functions that use the Azure CLI.

Create app Description
Create a function app for serverless execution Create a function app in a Consumption plan.
Create a serverless Python function app Create a Python function app in a Consumption plan.
Create a function app in a scalable Premium plan Create a function app in a Premium plan.
Create a function app in a dedicated (App Service) plan Create a function app in a dedicated App Service plan.
Integrate Description
Create a function app and connect to a storage account Create a function app and connect it to a storage account.
Create a function app and connect to an Azure Cosmos DB Create a function app and connect it to an Azure Cosmos DB instance.
Create a Python function app and mount an Azure Files share By mounting a share to your Linux function app, you can leverage existing machine learning models or other data in your functions.