Skip to content

Commit 89e86bb

Browse files
committed
update
1 parent 6e5837b commit 89e86bb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ When geo-replication is enabled, and if one replica isn't accessible, you can le
9696

9797
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 Microsoft Entra authentication or a list of connection strings for access key-based authentication.
9898

99-
### [.NET](#tab/dotnet)
99+
### [.NET](#tab/net)
100100

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

articles/azure-app-configuration/reference-kubernetes-provider.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ spec:
369369
- snapshotName: snapshot_app1
370370
```
371371

372+
---
373+
372374
### Key prefix trimming
373375

374376
The following sample uses the `trimKeyPrefixes` property to trim two prefixes from key names before adding them to the generated ConfigMap.
@@ -625,4 +627,6 @@ data:
625627
key1=value1
626628
key2=value2
627629
key3=value3
628-
```
630+
```
631+
632+
---

0 commit comments

Comments
 (0)