Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.98 KB

functions-cli-samples.md

File metadata and controls

33 lines (26 loc) · 1.98 KB
title description ms.assetid ms.topic ms.date ms.custom
Azure CLI Samples - Azure Functions
Azure CLI Samples - Azure Functions
577d2f13-de4d-40d2-9dfc-86ecc79f3ab0
sample
01/09/2018
mvc

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.
Create a Python function app and mount a 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.
Continuous deployment Description
Deploy from GitHub Create a function app that deploys from a GitHub repository.
Deploy from Azure DevOps Create a function app that deploys from an Azure DevOps repository.