Skip to content

Commit ac35e08

Browse files
committed
Update howto-best-practices.md
1 parent 61cf144 commit ac35e08

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

articles/azure-app-configuration/howto-best-practices.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ configBuilder.AddAzureAppConfiguration(options =>
7575
});
7676
```
7777

78-
#### [spring](#tab/spring)
78+
#### [Spring](#tab/spring)
7979

8080
```yaml
8181
spring:
@@ -103,6 +103,10 @@ const appConfig = await load(endpoint, credential, {
103103
});
104104
```
105105

106+
#### [Python](#tab/python)
107+
108+
The Azure App Configuration provider for Python doesn't support monitoring all selected keys for changes. You can only monitor individual keys. For more information, see [Monitoring a sentinel key](#monitoring-a-sentinel-key).
109+
106110
#### [Go](#tab/go)
107111

108112
```golang
@@ -164,7 +168,7 @@ configBuilder.AddAzureAppConfiguration(options =>
164168
});
165169
```
166170

167-
#### [spring](#tab/spring)
171+
#### [Spring](#tab/spring)
168172

169173
```yaml
170174
spring:

0 commit comments

Comments
 (0)