Skip to content

Commit 2127ad5

Browse files
Merge pull request #252656 from zhenlan/toc
Reorganize the Reference section in TOC
2 parents 28c5f4b + a0a2d57 commit 2127ad5

File tree

1 file changed

+44
-40
lines changed
  • articles/azure-app-configuration

1 file changed

+44
-40
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 44 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@
136136
href: quickstart-python.md
137137
- name: Samples on GitHub
138138
href: https://github.com/Azure/AppConfiguration/tree/main/examples
139+
- name: Terraform
140+
href: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/app_configuration
139141
- name: Concepts
140142
items:
141143
- name: Keys and values
@@ -204,43 +206,11 @@
204206
href: howto-set-up-private-access.md
205207
- name: Reference
206208
items:
207-
- name: Client libraries
209+
- name: REST API
208210
items:
209-
- name: .NET provider
210-
href: /dotnet/api/Microsoft.Extensions.Configuration.AzureAppConfiguration
211-
- name: .NET Framework builder
212-
href: https://go.microsoft.com/fwlink/?linkid=2074663
213-
- name: Java Spring provider
214-
href: https://go.microsoft.com/fwlink/?linkid=2180917
215-
- name: Python provider
216-
href: https://pypi.org/project/azure-appconfiguration-provider/
217-
- name: Azure SDK for .NET
218-
href: https://go.microsoft.com/fwlink/?linkid=2092056
219-
- name: Azure SDK for Java
220-
href: https://go.microsoft.com/fwlink/?linkid=2098196
221-
- name: Azure SDK for Python
222-
href: https://go.microsoft.com/fwlink/?linkid=2103727
223-
- name: Azure SDK for JavaScript
224-
href: https://go.microsoft.com/fwlink/?linkid=2103664
225-
- name: Feature management
226-
items:
227-
- name: .NET Core/.NET Standard
228-
href: /dotnet/api/overview/azure/appconfiguration/featuremanagement
229-
- name: Java Spring
230-
href: https://azure.github.io/azure-sdk-for-java/springboot.html
231-
- name: Control plane
232-
items:
233-
- name: REST API
234-
href: /rest/api/appconfiguration/
235-
- name: Azure CLI
236-
href: /cli/azure/appconfig
237-
- name: PowerShell
238-
href: /powershell/module/az.appconfiguration/
239-
- name: Terraform
240-
href: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/app_configuration
241-
- name: Data plane
242-
items:
243-
- name: REST API
211+
- name: Control plane
212+
href: /rest/api/appconfiguration/
213+
- name: Data plane
244214
items:
245215
- name: Overview
246216
href: rest-api.md
@@ -288,19 +258,53 @@
288258
href: ./rest-api-fiddler.md
289259
- name: Postman
290260
href: ./rest-api-postman.md
291-
- name: Azure CLI
292-
href: /cli/azure/appconfig
261+
- name: Client libraries
262+
items:
263+
- name: .NET provider
264+
href: /dotnet/api/Microsoft.Extensions.Configuration.AzureAppConfiguration
265+
- name: .NET Framework builder
266+
href: https://go.microsoft.com/fwlink/?linkid=2074663
267+
- name: Java Spring provider
268+
href: https://go.microsoft.com/fwlink/?linkid=2180917
269+
- name: Python provider
270+
href: https://pypi.org/project/azure-appconfiguration-provider/
271+
- name: Azure SDK for .NET
272+
href: https://go.microsoft.com/fwlink/?linkid=2092056
273+
- name: Azure SDK for Java
274+
href: https://go.microsoft.com/fwlink/?linkid=2098196
275+
- name: Azure SDK for Python
276+
href: https://go.microsoft.com/fwlink/?linkid=2103727
277+
- name: Azure SDK for JavaScript
278+
href: https://go.microsoft.com/fwlink/?linkid=2103664
279+
- name: Feature management
280+
items:
281+
- name: .NET Core/.NET Standard
282+
href: /dotnet/api/overview/azure/appconfiguration/featuremanagement
283+
- name: Java Spring
284+
href: https://azure.github.io/azure-sdk-for-java/springboot.html
285+
- name: Deployment
286+
items:
287+
- name: ARM template
288+
href: /azure/templates/microsoft.appconfiguration/configurationstores?pivots=deployment-language-arm-template
289+
- name: Bicep
290+
href: /azure/templates/microsoft.appconfiguration/configurationstores?pivots=deployment-language-bicep
291+
- name: Terraform
292+
href: /azure/templates/microsoft.appconfiguration/configurationstores?pivots=deployment-language-terraform
293+
- name: Azure CLI
294+
href: /cli/azure/appconfig
295+
- name: Azure PowerShell
296+
href: /powershell/module/az.appconfiguration/
293297
- name: Kubernetes provider
294298
href: reference-kubernetes-provider.md
295-
- name: Deployment
296-
href: /azure/templates/microsoft.appconfiguration/configurationstores
297299
- name: Azure Policy built-ins
298300
displayName: samples, policies, definitions
299301
href: ./policy-reference.md
300302
- name: Resources
301303
items:
302304
- name: Pricing
303305
href: https://azure.microsoft.com/pricing/details/app-configuration/
306+
- name: Roadmap
307+
href: https://github.com/Azure/AppConfiguration/projects/1
304308
- name: Videos
305309
items:
306310
- name: Getting started with App Configuration

0 commit comments

Comments
 (0)