Skip to content

Commit f353890

Browse files
Edits
1 parent 4757098 commit f353890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-government/documentation-government-get-started-connect-to-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ At this point, we can interact with Storage as we normally would. The following
9999

100100
```csharp
101101
var tableClient = tableServiceClient.GetTableClient("Contacts");
102-
ContactEntity contact = tableClient.GetEntity<ContactEntity>("gov-partition1", "0fb52a6c-3784-4dc5-aa6d-ecda4426dbda");
102+
ContactEntity contact = tableClient.GetEntity<ContactEntity>("gov-partition-test", "0abc123e-1111-1a2b-3c4d-fghi5678j9k0");
103103
Console.WriteLine($"Contact: {contact.FirstName} {contact.LastName}");
104104
```
105105

0 commit comments

Comments
 (0)