@@ -157,26 +157,22 @@ landingContent:
157
157
- text : Java Spring Library
158
158
url : https://azure.github.io/azure-sdk-for-java/springboot.html
159
159
160
- - title : Configuration SDKs and samples
160
+ - title : Client libraries and tools
161
161
linkLists :
162
- - linkListType : sample
163
- links :
164
- - text : Azure CLI samples
165
- url : cli-samples.md
166
162
- linkListType : reference
167
163
links :
168
164
- text : .NET provider
169
165
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
172
174
- 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 :
180
176
- text : Azure SDK for .NET
181
177
url : https://go.microsoft.com/fwlink/?linkid=2092056
182
178
- text : Azure SDK for Java
@@ -187,5 +183,25 @@ landingContent:
187
183
url : https://go.microsoft.com/fwlink/?linkid=2103664
188
184
- text : Azure SDK for Go
189
185
url : https://go.microsoft.com/fwlink/?linkid=2270866
186
+ - linkListType : reference
187
+ links :
188
+ - text : Control plane REST API
189
+ url : /rest/api/appconfiguration/
190
190
- text : Data plane REST API
191
191
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