Skip to content

Commit 9447037

Browse files
Edits
1 parent f353890 commit 9447037

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
@@ -57,7 +57,7 @@ Open Visual Studio and create a new project. Add a reference to the [Azure Table
5757
An easy and secure way to authorize access and connect to Azure Storage is to obtain an OAuth token by creating a [DefaultAzureCredential](/dotnet/api/azure.identity.defaultazurecredential) instance. You can then use that credential to create a `TableServiceClient` object, as shown in the following code example:
5858

5959
```csharp
60-
var credentialOptions = new DefaultAzureCredentialOptions
60+
var credentialOptions = new DefaultAzureCredentialOptions()
6161
{
6262
AuthorityHost = AzureAuthorityHosts.AzureGovernment,
6363
};

0 commit comments

Comments
 (0)