Skip to content

Commit d252d45

Browse files
authored
Merge pull request #96554 from mrm9084/AppConfigurationAddSDKs
App configuration add sdks documentation
2 parents fd8c3c1 + d9e99c6 commit d252d45

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@
8787
href: https://go.microsoft.com/fwlink/?linkid=2074664
8888
- name: .NET Framework builder
8989
href: https://go.microsoft.com/fwlink/?linkid=2074663
90-
- name: .NET Azure SDK
90+
- name: Azure SDK for .Net
9191
href: https://go.microsoft.com/fwlink/?linkid=2092056
9292
- name: Java Spring provider
9393
href: https://go.microsoft.com/fwlink/?linkid=2074659
94-
- name: Java Azure SDK
94+
- name: Azure SDK for Java
9595
href: https://go.microsoft.com/fwlink/?linkid=2098196
96-
- name: Python Azure SDK
96+
- name: Azure SDK for Python
9797
href: https://go.microsoft.com/fwlink/?linkid=2103727
98-
- name: JavaScript Azure SDK
98+
- name: Azure SDK for JavaScript
9999
href: https://go.microsoft.com/fwlink/?linkid=2103664
100100
- name: REST
101101
href: https://go.microsoft.com/fwlink/?linkid=2078296

articles/azure-app-configuration/index.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,32 @@ sections:
6060
- href: /azure/azure-app-configuration/quickstart-feature-flag-dotnet
6161
- href:
6262
- href: /azure/azure-app-configuration/quickstart-feature-flag-spring-boot
63+
- title: SDKs
64+
items:
65+
- type: paragraph
66+
text: 'Languages with SDK support for Azure App Configuration:'
67+
- type: table
68+
style: dataMatrix
69+
columns:
70+
- image:
71+
src: https://docs.microsoft.com/media/logos/logo_NETcore.svg
72+
title: .NET Core
73+
- image:
74+
src: https://docs.microsoft.com/media/logos/logo_Java.svg
75+
title: Java
76+
- image:
77+
src: https://docs.microsoft.com/media/logos/logo_JS.svg
78+
title: Javascript
79+
- image:
80+
src: https://docs.microsoft.com/media/logos/logo_Python.svg
81+
title: Python
82+
rows:
83+
- title: Configuration
84+
values:
85+
- href: https://go.microsoft.com/fwlink/?linkid=2092056
86+
- href: https://go.microsoft.com/fwlink/?linkid=2098196
87+
- href: https://go.microsoft.com/fwlink/?linkid=2103664
88+
- href: https://go.microsoft.com/fwlink/?linkid=2103727
6389
- title: Step-by-step tutorials
6490
items:
6591
- type: paragraph

0 commit comments

Comments
 (0)