You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,19 @@
12
12
go get github.com/Azure/AppConfiguration-GoProvider/azureappconfiguration
13
13
```
14
14
15
+
## Getting Started
16
+
17
+
Official documentation on how to use the Azure App Configuration provider is available in the following quickstarts:
18
+
19
+
-[Create a Go console app with Azure App Configuration](https://learn.microsoft.com/azure/azure-app-configuration/quickstart-go-console-app?tabs=entra-id)
20
+
-[Enable dynamic configuration refresh in a Go console app](https://learn.microsoft.com/azure/azure-app-configuration/enable-dynamic-configuration-go-console-app)
21
+
-[Create a Go web app with Azure App Configuration](https://learn.microsoft.com/azure/azure-app-configuration/quickstart-go-web-app?tabs=entra-id)
22
+
-[Use dynamic configuration in a Gin web app](https://learn.microsoft.com/azure/azure-app-configuration/enable-dynamic-configuration-gin-web-app)
23
+
15
24
## Examples
16
25
17
-
-[Console Application](./example/console-example/): Load settings from Azure App Configuration and use in a console application.
18
-
-[Web Application](./example/gin-example/): Load settings from Azure App Configuration and use in a Gin web application.
Copy file name to clipboardExpand all lines: azureappconfiguration/README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,19 @@
12
12
go get github.com/Azure/AppConfiguration-GoProvider/azureappconfiguration
13
13
```
14
14
15
+
## Getting Started
16
+
17
+
Official documentation on how to use the Azure App Configuration provider is available in the following quickstarts:
18
+
19
+
-[Create a Go console app with Azure App Configuration](https://learn.microsoft.com/azure/azure-app-configuration/quickstart-go-console-app?tabs=entra-id)
20
+
-[Enable dynamic configuration refresh in a Go console app](https://learn.microsoft.com/azure/azure-app-configuration/enable-dynamic-configuration-go-console-app)
21
+
-[Create a Go web app with Azure App Configuration](https://learn.microsoft.com/azure/azure-app-configuration/quickstart-go-web-app?tabs=entra-id)
22
+
-[Use dynamic configuration in a Gin web app](https://learn.microsoft.com/azure/azure-app-configuration/enable-dynamic-configuration-gin-web-app)
23
+
15
24
## Examples
16
25
17
-
-[Console Application](../example/console-example/): Load settings from Azure App Configuration and use in a console application.
18
-
-[Web Application](../example/gin-example/): Load settings from Azure App Configuration and use in a Gin web application.
0 commit comments