Skip to content

Commit 0d1d10f

Browse files
authored
Merge pull request #104500 from jpconnock/app-config-no-preview
removing references to 'preview' -- merge only on 2/19 at 4am
2 parents 70220ab + 416d547 commit 0d1d10f

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- name: Azure App Configuration Preview documentation
1+
- name: Azure App Configuration documentation
22
href: index.yml
33
- name: Overview
44
items:
@@ -95,7 +95,7 @@
9595
href: https://go.microsoft.com/fwlink/?linkid=2074664
9696
- name: .NET Framework builder
9797
href: https://go.microsoft.com/fwlink/?linkid=2074663
98-
- name: Azure SDK for .Net
98+
- name: Azure SDK for .NET
9999
href: https://go.microsoft.com/fwlink/?linkid=2092056
100100
- name: Java Spring provider
101101
href: https://go.microsoft.com/fwlink/?linkid=2074659

articles/azure-app-configuration/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
### YamlMime:Landing
2-
title: Azure App Configuration preview documentation
2+
title: Azure App Configuration documentation
33
summary: Learn how to use Azure App Configuration, a managed service that helps developers centralize their application and feature settings simply and securely.
44
metadata:
5-
title: Azure App Configuration preview documentation
5+
title: Azure App Configuration documentation
66
description: Learn how to use Azure App Configuration, a managed service that helps developers centralize their application and feature settings simply and securely.
77
author: lisaguthrie
88
ms.author: lcozzens

articles/azure-app-configuration/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ ms.date: 02/24/2019
1212

1313
Azure App Configuration provides a service to centrally manage application settings and feature flags. Modern programs, especially programs running in a cloud, generally have many components that are distributed in nature. Spreading configuration settings across these components can lead to hard-to-troubleshoot errors during an application deployment. Use App Configuration to store all the settings for your application and secure their accesses in one place.
1414

15-
App Configuration is currently in public preview. It is free to use during the preview period. You can sign up for it in the [Azure portal](https://portal.azure.com).
16-
1715
## Why use App Configuration?
1816

1917
Cloud-based applications often run on multiple virtual machines or containers in multiple regions and use multiple external services. Creating such a distributed application that's robust and scalable is a challenge.

0 commit comments

Comments
 (0)