Skip to content

Commit bf0c315

Browse files
authored
Merge pull request #200122 from seesharprun/jun1-managed-identity-cosmos
Cosmos DB | Managed identity fix broken links
2 parents a686dfc + e365472 commit bf0c315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/managed-identity-based-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You'll learn how to create a function app that can access Azure Cosmos DB data w
2525
- An existing Azure Functions function app. [Create your first function in the Azure portal](../azure-functions/functions-create-function-app-portal.md)
2626
- A system-assigned managed identity for the function app. [Add a system-assigned identity](/app-service/overview-managed-identity.md?tabs=cli#add-a-system-assigned-identity)
2727
- [Azure Functions Core Tools](../azure-functions/functions-run-local.md)
28-
[!INCLUDE [azure-cli-prerequisites-include](../../includes/azure-cli-prerequisites-include.md)]
28+
- To perform the steps in this article, install the [Azure CLI](/cli/azure/install-azure-cli) and [sign in to Azure](/cli/azure/authenticate-azure-cli).
2929

3030
## Prerequisite check
3131

@@ -199,7 +199,7 @@ We now have a function app that has a system-assigned managed identity with the
199199
func new --template httptrigger --name readdatabases
200200
```
201201
202-
1. Add the [``Azure.Identity``]() and [``Microsoft.Azure.Cosmos``]() NuGet package to the .NET project. Build the project using [``dotnet build``]().
202+
1. Add the [``Azure.Identity``](https://www.nuget.org/packages/Azure.Identity/) and [``Microsoft.Azure.Cosmos``](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/) NuGet package to the .NET project. Build the project using [``dotnet build``](/dotnet/core/tools/dotnet-build).
203203
204204
```azurecli-interactive
205205
dotnet add package Azure.Identity

0 commit comments

Comments
 (0)