Skip to content

Commit e49efdd

Browse files
Add Go SDK and JS importer info (Azure#1031)
1 parent bbb8057 commit e49efdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Module | Platform | Sample | Release Notes
6060
[azure-data-appconfiguration](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/appconfiguration/azure-data-appconfiguration)<br/>[![Maven Central](https://img.shields.io/maven-central/v/com.azure/azure-data-appconfiguration.svg?color=blue)](https://search.maven.org/artifact/com.azure/azure-data-appconfiguration) | Java | [Sample](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/appconfiguration/azure-data-appconfiguration/src/samples) | [Release Notes](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/appconfiguration/azure-data-appconfiguration/CHANGELOG.md)
6161
[azure/app-configuration](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appconfiguration/app-configuration)<br/>[![npm](https://img.shields.io/npm/v/@azure/app-configuration.svg?color=blue)](https://www.npmjs.com/package/@azure/app-configuration) | JavaScript | [Sample](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appconfiguration/app-configuration/samples) | [Release Notes](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/appconfiguration/app-configuration/CHANGELOG.md)
6262
[azure-appconfiguration](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-appconfiguration)<br/>[![pypi](https://img.shields.io/pypi/v/azure-appconfiguration.svg?color=blue)](https://pypi.org/project/azure-appconfiguration/) | Python | [Sample](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-appconfiguration/samples) | [Release Notes](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/appconfiguration/azure-appconfiguration/CHANGELOG.md)
63+
[azappconfig](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/data/azappconfig)<br/>[![Go](https://pkg.go.dev/badge/github.com/gin-gonic/gin?status.svg)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/data/azappconfig) | Go | [Sample](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/data/azappconfig/examples_test.go) | [Release Notes](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/data/azappconfig/CHANGELOG.md)
6364

6465
## Platform Integration
6566

@@ -68,6 +69,7 @@ Leverage App Configuration from the platforms you are already using with minimum
6869
Name | Platform | Document | Release Notes
6970
---- | -------- | -------- | -------------
7071
[Azure App Configuration Kubernetes Provider](https://github.com/Azure/AppConfiguration-KubernetesProvider)<br/>[![MAR](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAppConfiguration-KubernetesProvider%2Fmain%2Fversion.json&query=%24.version&prefix=v&label=mar)](https://mcr.microsoft.com/en-us/product/azure-app-configuration/kubernetes-provider/about) | Kubernetes | [Document](https://learn.microsoft.com/azure/azure-app-configuration/quickstart-azure-kubernetes-service) | [Release Notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/KubernetesProvider.md)
72+
[@azure/app-configuration-importer](https://github.com/Azure/AppConfiguration-JavaScriptImporter)<br/>[![npm](https://img.shields.io/npm/v/@azure/app-configuration-importer?color=blue)](https://www.npmjs.com/package/@azure/app-configuration-importer) | JavaScript Importer | [Document](https://github.com/Azure/AppConfiguration-JavaScriptImporter) |
7173
App Configuration reference | App Service & Azure Functions | [Document](https://learn.microsoft.com/en-us/azure/app-service/app-service-configuration-references) |
7274
Azure App Configuration | Azure Pipeline | [Document](https://learn.microsoft.com/en-us/azure/azure-app-configuration/pull-key-value-devops-pipeline) | [Release Notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/AzureDevOpsPipelineExtension.md)
7375
Azure App Configuration Push | Azure Pipeline | [Document](https://learn.microsoft.com/en-us/azure/azure-app-configuration/push-kv-devops-pipeline) | [Release Notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/AzureDevOpsPushPipelineExtension.md)

0 commit comments

Comments
 (0)