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
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-cli-samples.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,21 +18,25 @@ ms.custom: mvc
18
18
19
19
The following table includes links to bash scripts for Azure Functions that use the Azure CLI.
20
20
21
-
|||
22
-
|-|-|
23
-
|<aname="create"></a>**Create app**||
21
+
<aid="create"></a>
22
+
23
+
| Create app | Description |
24
+
|---|---|
24
25
|[Create a function app for serverless execution](scripts/functions-cli-create-serverless.md)| Creates a function app in a Consumption plan. |
25
26
|[Create a function app in an App Service plan](scripts/functions-cli-create-app-service-plan.md)| Create a function app in a dedicated App Service plan. |
26
-
|||
27
-
|**Integrate**||
27
+
28
+
| Integrate | Description|
29
+
|---|---|
28
30
|[Create a function app and connect to a storage account](scripts/functions-cli-create-function-app-connect-to-storage-account.md)| Create a function app and connect it to a storage account. |
29
31
|[Create a function app and connect to an Azure Cosmos DB](scripts/functions-cli-create-function-app-connect-to-cosmos-db.md)| Create a function app and connect it to an Azure Cosmos DB. |
30
-
|||
31
-
|**Continuous deployment**||
32
+
33
+
| Continuous deployment | Description|
34
+
|---|---|
32
35
|[Deploy from GitHub](scripts/functions-cli-create-function-app-github-continuous.md)| Create a function app that deploys from a GitHub repository. |
33
36
|[Deploy from Azure DevOps](scripts/functions-cli-create-function-app-vsts-continuous.md)| Create a function app that deploys from an Azure DevOps repository. |
34
-
|||
35
-
|**Configure app**||
37
+
38
+
| Configure app | Description |
39
+
|---|---|
36
40
|[Map a custom domain to a function app](scripts/functions-cli-configure-custom-domain.md)| Define a custom domain for your functions. |
37
41
|[Bind an SSL certificate to a function app](scripts/functions-cli-configure-ssl-certificate.md)| Upload SSL certificates for functions in a custom domain. |
0 commit comments