Skip to content

Commit c308a0f

Browse files
committed
Update howto-geo-replication.md
1 parent 11e4cfb commit c308a0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ 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**
99+
**Connect with AAD**
100100

101101
```csharp
102102
configurationBuilder.AddAzureAppConfiguration(options =>
@@ -115,7 +115,6 @@ configurationBuilder.AddAzureAppConfiguration(options =>
115115

116116
**Connect with Connection String**
117117

118-
119118
```csharp
120119
configurationBuilder.AddAzureAppConfiguration(options =>
121120
{

0 commit comments

Comments
 (0)