Skip to content

Commit 34d2d9c

Browse files
committed
Update howto-geo-replication.md
1 parent 28f3012 commit 34d2d9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/azure-app-configuration/howto-geo-replication.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ Assuming you have an application using Azure App Configuration, you can update i
9696

9797
Edit the call to the `AddAzureAppConfiguration` method, which is often found in the `program.cs` file of your application.
9898

99+
**Connect with AD**
100+
99101
```csharp
100102
configurationBuilder.AddAzureAppConfiguration(options =>
101103
{
@@ -109,7 +111,12 @@ configurationBuilder.AddAzureAppConfiguration(options =>
109111

110112
// Other changes to options
111113
});
114+
```
115+
116+
**Connect with Connection String**
112117

118+
119+
```csharp
113120
configurationBuilder.AddAzureAppConfiguration(options =>
114121
{
115122
// Provide an ordered list of replica connection strings

0 commit comments

Comments
 (0)