Skip to content

Commit e0e2706

Browse files
Merge pull request #290825 from dbradish-microsoft/patch-12
Update functions-cli-create-function-app-connect-to-cosmos-db.md
2 parents 6e92c7c + fd4346d commit e0e2706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ az group delete --name $resourceGroup
3838
| [az functionapp create](/cli/azure/functionapp#az-functionapp-create) | Creates a function app in the serverless [Consumption plan](../consumption-plan.md). |
3939
| [az cosmosdb create](/cli/azure/cosmosdb#az-cosmosdb-create) | Create an Azure Cosmos DB database. |
4040
| [az cosmosdb show](/cli/azure/cosmosdb#az-cosmosdb-show)| Gets the database account connection. |
41-
| [az cosmosdb list-keys](/cli/azure/cosmosdb#az-cosmosdb-list-keys)| Gets the keys for the database. |
41+
| [az cosmosdb keys list](/cli/azure/cosmosdb/keys#az-cosmosdb-keys-list)| Gets the keys for the database. |
4242
| [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. |
4343

4444
## Next steps

0 commit comments

Comments
 (0)