You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/howto-geo-replication.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ When geo-replication is enabled, and if one replica isn't accessible, you can le
92
92
93
93
Assuming you have an application using Azure App Configuration, you can update it as the following sample code to take advantage of the failover feature. You can either provide a list of endpoints for AAD authentication or a list of connection strings for access key-based authentication.
94
94
95
-
####[.NET](#tab/dotnet)
95
+
### [.NET](#tab/dotnet)
96
96
97
97
Edit the call to the `AddAzureAppConfiguration` method, which is often found in the `program.cs` file of your application.
0 commit comments