|
1 |
| -### YamlMime:YamlDocument |
2 |
| -documentType: LandingData |
3 |
| -title: Azure App Configuration Preview documentation |
| 1 | +### YamlMime:Landing |
| 2 | +title: Azure App Configuration preview documentation |
| 3 | +summary: Learn how to use Azure App Configuration, a managed service that helps developers centralize their application and feature settings simply and securely. |
4 | 4 | metadata:
|
5 |
| - title: Azure App Configuration documentation - Tutorials, API reference |
6 |
| - description: Azure App Configuration is a managed service that helps developers centralize their application and feature settings simply and securely. |
| 5 | + title: Azure App Configuration preview documentation |
| 6 | + description: Learn how to use Azure App Configuration, a managed service that helps developers centralize their application and feature settings simply and securely. |
7 | 7 | author: lisaguthrie
|
8 |
| - manager: maiye |
9 | 8 | ms.author: lcozzens
|
10 | 9 | ms.service: azure-app-configuration
|
11 | 10 | ms.topic: landing-page
|
12 |
| - ms.date: 04/19/2019 |
13 |
| -abstract: |
14 |
| - description: Azure App Configuration is a managed service that helps developers centralize their application and feature settings simply and securely. |
15 |
| - aside: |
16 |
| - image: |
17 |
| - alt: |
18 |
| - height: 110 |
19 |
| - src: media/videos/getting-started.png |
20 |
| - width: 250 |
21 |
| - title: Getting started (14:41) |
22 |
| - href: https://channel9.msdn.com/Shows/Azure-Friday/Getting-started-with-Azure-App-Configuration |
23 |
| - width: 250 |
24 |
| -sections: |
25 |
| -- title: 5-Minute quickstarts |
26 |
| - items: |
27 |
| - - type: paragraph |
28 |
| - text: 'Learn how to develop your first application using Azure App Configuration:' |
29 |
| - - type: table |
30 |
| - style: dataMatrix |
31 |
| - columns: |
32 |
| - - image: |
33 |
| - src: https://docs.microsoft.com/media/logos/logo_NETcore.svg |
34 |
| - title: ASP.NET Core |
35 |
| - - image: |
36 |
| - src: https://docs.microsoft.com/media/logos/logo_NETcore.svg |
37 |
| - title: .NET Core |
38 |
| - - image: |
39 |
| - src: https://docs.microsoft.com/media/logos/logo_net.svg |
40 |
| - title: .NET Framework |
41 |
| - - image: |
42 |
| - src: https://docs.microsoft.com/azure/media/index/azurefunctions.svg |
43 |
| - title: Azure Functions |
44 |
| - - image: |
45 |
| - src: https://docs.microsoft.com/java/docs-ref-conceptual/media/spring.svg |
46 |
| - title: Java Spring |
47 |
| - rows: |
48 |
| - - title: Configuration |
49 |
| - values: |
50 |
| - - href: /azure/azure-app-configuration/quickstart-aspnet-core-app |
51 |
| - - href: /azure/azure-app-configuration/quickstart-dotnet-core-app |
52 |
| - - href: /azure/azure-app-configuration/quickstart-dotnet-app |
53 |
| - - href: /azure/azure-app-configuration/quickstart-azure-functions-csharp |
54 |
| - - href: /azure/azure-app-configuration/quickstart-java-spring-app |
55 |
| - - title: Feature management |
56 |
| - values: |
57 |
| - - href: /azure/azure-app-configuration/quickstart-feature-flag-aspnet-core |
58 |
| - - href: |
59 |
| - - href: /azure/azure-app-configuration/quickstart-feature-flag-dotnet |
60 |
| - - href: |
61 |
| - - href: /azure/azure-app-configuration/quickstart-feature-flag-spring-boot |
62 |
| -- title: SDKs |
63 |
| - items: |
64 |
| - - type: paragraph |
65 |
| - text: 'Languages with SDK support for Azure App Configuration:' |
66 |
| - - type: table |
67 |
| - style: dataMatrix |
68 |
| - columns: |
69 |
| - - image: |
70 |
| - src: https://docs.microsoft.com/media/logos/logo_NETcore.svg |
71 |
| - title: .NET Core |
72 |
| - - image: |
73 |
| - src: https://docs.microsoft.com/media/logos/logo_Java.svg |
74 |
| - title: Java |
75 |
| - - image: |
76 |
| - src: https://docs.microsoft.com/media/logos/logo_JS.svg |
77 |
| - title: Javascript |
78 |
| - - image: |
79 |
| - src: https://docs.microsoft.com/media/logos/logo_Python.svg |
80 |
| - title: Python |
81 |
| - rows: |
82 |
| - - title: Configuration |
83 |
| - values: |
84 |
| - - href: https://go.microsoft.com/fwlink/?linkid=2092056 |
85 |
| - - href: https://go.microsoft.com/fwlink/?linkid=2098196 |
86 |
| - - href: https://go.microsoft.com/fwlink/?linkid=2103664 |
87 |
| - - href: https://go.microsoft.com/fwlink/?linkid=2103727 |
88 |
| -- title: Step-by-step tutorials |
89 |
| - items: |
90 |
| - - type: paragraph |
91 |
| - text: Learn how to use Azure App Configuration in various scenarios |
92 |
| - - type: list |
93 |
| - style: unordered |
94 |
| - items: |
95 |
| - - html: <a href="/azure/azure-app-configuration/enable-dynamic-configuration-aspnet-core">Enable dynamic configuration in ASP.NET Core</a> |
96 |
| - - html: <a href="/azure/azure-app-configuration/enable-dynamic-configuration-dotnet-core">Enable dynamic configuration in .NET Core</a> |
97 |
| - - html: <a href="/azure/azure-app-configuration/enable-dynamic-configuration-dotnet">Enable dynamic configuration in .NET Framework</a> |
98 |
| - - html: <a href="/azure/azure-app-configuration/enable-dynamic-configuration-azure-functions-csharp">Enable dynamic configuration in Azure Functions</a> |
99 |
| - - html: <a href="/azure/azure-app-configuration/use-feature-flags-dotnet-core">Use feature flags in a .NET Core app</a> |
100 |
| - - html: <a href="/azure/azure-app-configuration/manage-feature-flags">Manage feature flags</a> |
101 |
| - - html: <a href="/azure/azure-app-configuration/integrate-ci-cd-pipeline">Integrate with a CI/CD pipeline</a> |
102 |
| -- title: Samples |
103 |
| - items: |
104 |
| - - type: list |
105 |
| - style: unordered |
106 |
| - className: spaced noBullet |
107 |
| - items: |
108 |
| - - html: <a href="/azure/azure-app-configuration/cli-samples">Azure CLI</a> |
| 11 | + ms.date: 02/03/2020 |
| 12 | + |
| 13 | +# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new |
| 14 | + |
| 15 | +landingContent: |
| 16 | + # Card |
| 17 | + - title: About Azure App Configuration |
| 18 | + linkLists: |
| 19 | + - linkListType: overview |
| 20 | + links: |
| 21 | + - text: What is Azure App Configuration? |
| 22 | + url: overview.md |
| 23 | + - text: Frequently asked questions |
| 24 | + url: faq.md |
| 25 | + - linkListType: video |
| 26 | + links: |
| 27 | + - text: Getting started with Azure App Configuration |
| 28 | + url: https://channel9.msdn.com/Shows/Azure-Friday/Getting-started-with-Azure-App-Configuration |
| 29 | + - text: Feature management |
| 30 | + url: https://channel9.msdn.com/Shows/NET-Community-Standups/ASPNET-Community-Standup-May-21st-2019-Introducing-MicrosoftFeatureManagement |
| 31 | + - text: Making centralized configuration easy |
| 32 | + url: https://channel9.msdn.com/Events/dotnetConf/NET-Conf-2019/B210 |
| 33 | + - text: Azure App Configuration on Cloud Native Show |
| 34 | + url: https://www.youtube.com/watch?v=DJqmA5PcfzE |
| 35 | + - linkListType: whats-new |
| 36 | + links: |
| 37 | + - text: Follow our announcements |
| 38 | + url: https://github.com/Azure/AppConfiguration-Announcements/issues/ |
| 39 | + - text: Azure update information |
| 40 | + url: https://azure.microsoft.com/updates/?query=%22App%20Configuration%22 |
| 41 | + - linkListType: concept |
| 42 | + links: |
| 43 | + - text: Keys and values in App Config |
| 44 | + url: concept-key-value.md |
| 45 | + - text: Sync your App Configuration instance using GitHub Actions |
| 46 | + url: concept-github-action.md |
| 47 | + - title: Create and code with Azure App Configuration |
| 48 | + linkLists: |
| 49 | + - linkListType: quickstart |
| 50 | + links: |
| 51 | + - text: Code a .NET Core app |
| 52 | + url: quickstart-dotnet-core-app.md |
| 53 | + - text: Code a .NET Framework app |
| 54 | + url: quickstart-dotnet-app.md |
| 55 | + - text: Code a ASP.NET Core app |
| 56 | + url: quickstart-aspnet-core-app.md |
| 57 | + - text: Code an Azure Functions app in C# |
| 58 | + url: quickstart-azure-functions-csharp.md |
| 59 | + - text: Code a Java Spring app |
| 60 | + url: quickstart-java-spring-app.md |
| 61 | + - linkListType: tutorial |
| 62 | + links: |
| 63 | + - text: Use dynamic config in ASP.NET Core |
| 64 | + url: enable-dynamic-configuration-aspnet-core.md |
| 65 | + - text: Use dynamic config in .NET Core |
| 66 | + url: enable-dynamic-configuration-dotnet-core.md |
| 67 | + - text: Use dynamic config in .NET Framework |
| 68 | + url: enable-dynamic-configuration-dotnet.md |
| 69 | + - text: Use dynamic config in Azure Functions |
| 70 | + url: enable-dynamic-configuration-azure-functions-csharp.md |
| 71 | + - linkListType: tutorial |
| 72 | + links: |
| 73 | + - text: Integrate with a CI/CD pipeline |
| 74 | + url: integrate-ci-cd-pipeline.md |
| 75 | + - linkListType: tutorial |
| 76 | + links: |
| 77 | + - text: Use Key Vault references in an ASP.NET Core app |
| 78 | + url: use-key-vault-references-dotnet-core.md |
| 79 | + - text: Use Key Vault references in a Java Spring app |
| 80 | + url: use-key-vault-references-spring-boot.md |
| 81 | + - linkListType: sample |
| 82 | + links: |
| 83 | + - text: Work with key-values in the Azure CLI |
| 84 | + url: scripts/cli-work-with-keys.md |
| 85 | + - title: Add feature flags to an app |
| 86 | + linkLists: |
| 87 | + - linkListType: concept |
| 88 | + links: |
| 89 | + - text: What are feature flags? |
| 90 | + url: concept-feature-management.md |
| 91 | + - linkListType: quickstart |
| 92 | + links: |
| 93 | + - text: .NET Core app |
| 94 | + url: use-feature-flags-dotnet-core.md |
| 95 | + - text: ASP.NET Core app |
| 96 | + url: quickstart-feature-flag-aspnet-core.md |
| 97 | + - text: .NET Framework app |
| 98 | + url: quickstart-feature-flag-dotnet.md |
| 99 | + - text: Java Spring app |
| 100 | + url: quickstart-feature-flag-spring-boot.md |
| 101 | + - linkListType: tutorial |
| 102 | + links: |
| 103 | + - text: Manage feature flags |
| 104 | + url: manage-feature-flags.md |
| 105 | + - linkListType: reference |
| 106 | + links: |
| 107 | + - text: .NET Core library |
| 108 | + url: https://go.microsoft.com/fwlink/?linkid=2091700 |
| 109 | + - text: .NET Core filter library |
| 110 | + url: https://go.microsoft.com/fwlink/?linkid=2091601 |
| 111 | + |
| 112 | + - title: Configuration SDKs and samples |
| 113 | + linkLists: |
| 114 | + - linkListType: sample |
| 115 | + links: |
| 116 | + - text: Azure CLI samples |
| 117 | + url: cli-samples.md |
| 118 | + - linkListType: reference |
| 119 | + links: |
| 120 | + - text: Azure CLI |
| 121 | + url: https://docs.microsoft.com/cli/azure/ext/appconfig/appconfig?view=azure-cli-latest |
| 122 | + - text: .NET Core provider |
| 123 | + url: https://go.microsoft.com/fwlink/?linkid=2074664 |
| 124 | + - text: .NET Framework builder |
| 125 | + url: https://go.microsoft.com/fwlink/?linkid=2074663 |
| 126 | + - text: Azure SDK for .Net |
| 127 | + url: https://go.microsoft.com/fwlink/?linkid=2092056 |
| 128 | + - text: Java Spring provider |
| 129 | + url: https://go.microsoft.com/fwlink/?linkid=2074659 |
| 130 | + - text: Azure SDK for Java |
| 131 | + url: https://go.microsoft.com/fwlink/?linkid=2098196 |
| 132 | + - text: Azure SDK for Python |
| 133 | + url: https://go.microsoft.com/fwlink/?linkid=2103727 |
| 134 | + - text: Azure SDK for JavaScript |
| 135 | + url: https://go.microsoft.com/fwlink/?linkid=2103664 |
| 136 | + - text: REST |
| 137 | + url: https://go.microsoft.com/fwlink/?linkid=2078296 |
0 commit comments