Skip to content

Commit d0fee36

Browse files
committed
removing app center auth & data references
1 parent 94fdba8 commit d0fee36

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

articles/mobile-apps/authentication.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,6 @@ Having a view of the user and their behavior across your application empowers de
1515

1616
Use the following services to enable user authentication in your mobile apps.
1717

18-
## Visual Studio App Center
19-
[App Center Auth](/appcenter/auth/) is a cloud-based identity management service that developers can use to authenticate users and manage user identities. App Center Auth also integrates with other parts of Visual Studio App Center. Developers can use user identity to [view user data](/appcenter/data/index) in other services and even [send push notifications to users instead of individual devices](/appcenter/push/push-to-user#setting-user-identity).
20-
21-
**Key features**
22-
- Powered by Azure Active Directory B2C (Azure AD B2C).
23-
- Enterprise grade.
24-
- Highly available.
25-
- Secure and global service.
26-
- Bring your own identity and the option to use other popular identity and access management providers, such as Auth0 and Firebase.
27-
- Azure Active Directory support.
28-
- Connect existing Azure AD tenants.
29-
- Enable authenticating against a corporate domain.
30-
- Manage access to sensitive data.
31-
- Simple user experience and magical SDK experience by wrapping Microsoft Authentication Library with the Visual Studio App Center SDK.
32-
- Platform support for iOS, Android, Xamarin, and React Native.
33-
34-
**References**
35-
- [Sign up with Visual Studio App Center](https://appcenter.ms/signup?utm_source=Mobile%20Development%20Docs&utm_medium=Azure&utm_campaign=New%20azure%20docs)
36-
- [Get started with App Center Auth](/appcenter/auth/)
37-
3818
## Azure Active Directory B2C
3919
[Azure AD B2C](https://azure.microsoft.com/services/active-directory-b2c/) is a business-to-consumer (B2C) identity management service that developers can use to authenticate their customers. This white-label service lets developers customize and control how users securely interact with their web, desktop, mobile, or single-page applications. Using Azure AD B2C, users can sign up, sign in, reset passwords, and edit profiles. Azure AD B2C implements a form of the OpenID Connect and OAuth 2.0 protocols.
4020

articles/mobile-apps/data-storage.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,6 @@ Microsoft provides a variety of services that eliminate the need to spin up serv
1818

1919
Use the following services to manage and store mobile application data in the cloud.
2020

21-
## Visual Studio App Center
22-
[App Center Data](/appcenter/data/) is a data management service. It enables applications to manage, persist, and sync application data in the cloud across different devices and platforms in online and offline scenarios. Built on top of Azure Cosmos DB, App Center Data scales as your user base and number of applications grow. It ensures low latency, high availability, and high scalability for all of your data.
23-
24-
**Key features**
25-
- Easy provisioning to a new Azure Cosmos DB database or an existing Azure Cosmos DB database from the Visual Studio App Center portal.
26-
- NoSQL database support to easily store, sync, and query application data.
27-
- Built on top of Azure Cosmos DB, this service inherits most of the key features offered by Azure Cosmos DB and can scale globally to meet your business needs.
28-
- Online and offline sync capabilities to synchronize data across devices.
29-
- Mobile client SDKs that you can use to easily manage private application data.
30-
- Platform support for iOS, Android, Xamarin, and React Native.
31-
32-
**References**
33-
- [Sign up with Visual Studio App Center](https://appcenter.ms/signup?utm_source=Mobile%20Development%20Docs&utm_medium=Azure&utm_campaign=New%20azure%20docs)
34-
- [Get started with App Center Data](/appcenter/data/getting-started)
35-
3621
## Azure Cosmos DB
3722
[Azure Cosmos DB](https://azure.microsoft.com/services/cosmos-db/) is a globally distributed, multi-model database service. You can use it to build planet-scale applications. With Azure Cosmos DB, you can elastically and independently scale throughput and storage across any number of Azure regions worldwide. You can take advantage of fast, single-digit-millisecond data access by using your favorite API surfaces. These surfaces include SQL, MongoDB, Cassandra, Tables, or Gremlin. Azure Cosmos DB uniquely provides comprehensive service level agreements (SLAs) for throughput, latency, availability, and consistency.
3823

0 commit comments

Comments
 (0)