Skip to content

Commit 0ba5507

Browse files
Update index and TOC
1 parent e88a64f commit 0ba5507

File tree

2 files changed

+32
-14
lines changed

2 files changed

+32
-14
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@
289289
href: https://go.microsoft.com/fwlink/?linkid=2103727
290290
- name: Azure SDK for JavaScript
291291
href: https://go.microsoft.com/fwlink/?linkid=2103664
292+
- name: Azure SDK for Go
293+
href: https://go.microsoft.com/fwlink/?linkid=2270866
292294
- name: Feature management
293295
items:
294296
- name: .NET

articles/azure-app-configuration/index.yml

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -157,26 +157,22 @@ landingContent:
157157
- text: Java Spring Library
158158
url: https://azure.github.io/azure-sdk-for-java/springboot.html
159159

160-
- title: Configuration SDKs and samples
160+
- title: Client libraries and tools
161161
linkLists:
162-
- linkListType: sample
163-
links:
164-
- text: Azure CLI samples
165-
url: cli-samples.md
166162
- linkListType: reference
167163
links:
168164
- text: .NET provider
169165
url: /dotnet/api/Microsoft.Extensions.Configuration.AzureAppConfiguration
170-
- text: Spring Boot provider
171-
url: https://github.com/microsoft/spring-cloud-azure/tree/master/
166+
- text: Java Spring provider
167+
url: https://go.microsoft.com/fwlink/?linkid=2180917
168+
- text: Python provider
169+
url: https://pypi.org/project/azure-appconfiguration-provider/
170+
- text: JavaScript provider
171+
url: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appconfiguration/app-configuration
172+
- text: Kubernetes provider
173+
url: reference-kubernetes-provider.md
172174
- linkListType: reference
173-
links:
174-
- text: Azure CLI
175-
url: /cli/azure/appconfig
176-
- text: PowerShell
177-
url: /powershell/module/az.appconfiguration/
178-
- text: Terraform
179-
url: https://www.terraform.io/docs/providers/azurerm/r/app_configuration.html
175+
links:
180176
- text: Azure SDK for .NET
181177
url: https://go.microsoft.com/fwlink/?linkid=2092056
182178
- text: Azure SDK for Java
@@ -187,5 +183,25 @@ landingContent:
187183
url: https://go.microsoft.com/fwlink/?linkid=2103664
188184
- text: Azure SDK for Go
189185
url: https://go.microsoft.com/fwlink/?linkid=2270866
186+
- linkListType: reference
187+
links:
188+
- text: Control plane REST API
189+
url: /rest/api/appconfiguration/
190190
- text: Data plane REST API
191191
url: rest-api.md
192+
- linkListType: reference
193+
links:
194+
- text: Azure CLI
195+
url: /cli/azure/appconfig
196+
- text: PowerShell
197+
url: /powershell/module/az.appconfiguration/
198+
- text: Terraform
199+
url: https://www.terraform.io/docs/providers/azurerm/r/app_configuration.html
200+
- linkListType: sample
201+
links:
202+
- text: Azure CLI samples
203+
url: cli-samples.md
204+
- text: Azure PowerShell samples
205+
url: powershell-samples.md
206+
- text: Samples on GitHub
207+
url: https://github.com/Azure/AppConfiguration/tree/main/examples

0 commit comments

Comments
 (0)