Skip to content

Commit e1715b6

Browse files
committed
Missing command descriptions
1 parent 1f02bed commit e1715b6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

articles/azure-functions/scripts/functions-cli-create-function-app-connect-to-cosmos-db.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ This script uses the following commands: Each command in the table links to comm
3333
| [az storage accounts create](/cli/azure/storage/account#az-storage-account-create) | Create a storage account |
3434
| [az functionapp create](/cli/azure/functionapp#az-functionapp-create) | Creates a function app in the serverless [consumption plan](../functions-scale.md#consumption-plan). |
3535
| [az cosmosdb create](/cli/azure/cosmosdb#az-cosmosdb-create) | Create an Azure Cosmos DB database. |
36+
| [az cosmosdb show](/cli/azure/cosmosdb#az-cosmosdb-show)| Gets the database account connection. |
37+
| [az cosmosdb list-keys](/cli/azure/cosmosdb#az-cosmosdb-list-keys)| Gets the keys for the database. |
38+
| [az functionapp config appsettings set](/cli/azure/functionapp/config/appsettings#az-functionapp-config-appsettings-set) | Sets the connection string as an app setting in the function app. |
3639

3740
## Next steps
3841

articles/azure-functions/scripts/functions-cli-create-function-app-connect-to-storage-account.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ This script uses the following commands. Each command in the table links to comm
3232
| [az group create](/cli/azure/group#az-group-create) | Create a resource group with location. |
3333
| [az storage account create](/cli/azure/storage/account#az-storage-account-create) | Create a storage account. |
3434
| [az functionapp create](/cli/azure/functionapp#az-functionapp-create) | Creates a function app in the serverless [consumption plan](../functions-scale.md#consumption-plan). |
35+
| [az storage account show-connection-string](/cli/azure/storage/account#az-storage-account-show-connection-string) | Gets the connection string for the account. |
36+
| [az functionapp config appsettings set](/cli/azure/functionapp/config/appsettings#az-functionapp-config-appsettings-set) | Sets the connection string as an app setting in the function app. |
3537

3638
## Next steps
3739

0 commit comments

Comments
 (0)