Skip to content

Commit 3a8cef4

Browse files
committed
update
1 parent 73cd330 commit 3a8cef4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/secure-access-to-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Learn how to secure access to data in Azure Cosmos DB
33
description: Learn about access control concepts in Azure Cosmos DB, including master keys, read-only keys, users, and permissions.
4-
author: markjbrown
5-
ms.author: mjbrown
4+
author: thomasweiss
5+
ms.author: thweiss
66
ms.service: cosmos-db
77
ms.topic: conceptual
88
ms.date: 01/21/2020
@@ -54,7 +54,7 @@ The following code sample illustrates how to use a Cosmos DB account endpoint an
5454
private static readonly string endpointUrl = ConfigurationManager.AppSettings["EndPointUrl"];
5555
private static readonly string authorizationKey = ConfigurationManager.AppSettings["AuthorizationKey"];
5656

57-
client = new CosmosClient(new Uri(endpointUrl), authorizationKey);
57+
CosmosClient client = new CosmosClient(endpointUrl, authorizationKey);
5858
```
5959

6060
## Resource tokens <a id="resource-tokens"></a>

0 commit comments

Comments
 (0)