简体   繁体   English

ADB2C - HA/DR 架构查询

[英]ADB2C - Architecture query on HA/DR

I am new to ADB2C and wanted to know in case if we need to consider any architectural things before deciding ADB2C.我是 ADB2C 的新手,想知道在决定 ADB2C 之前我们是否需要考虑任何架构问题。 As per Microsoft documentation, it provide 99.99% SLA but nothing is mentioned about architecture.根据 Microsoft 文档,它提供 99.99% 的 SLA,但没有提及架构。 What if the region(s) goes down?如果区域出现故障怎么办? is it something already handled by Azure and we don't need to worry?是不是 Azure 已经处理了,我们不用担心?

Thanks in advance.提前致谢。

AAD is a highly-distributed system , which will continue to work even if a single region goes down. AAD 是一个高度分布式的系统,即使单个区域宕机,它也会继续工作。 For B2C especially, you have to consider that the SLA only covers specific scenarios:特别是对于 B2C,您必须考虑 SLA 仅涵盖特定场景:

We guarantee at least 99.99% availability of the Azure Active Directory B2C services.我们保证 Azure Active Directory B2C 服务的可用性至少为 99.99%。 The services are considered "available" in the following scenarios:在以下情况下,服务被视为“可用”:

  • The services are able to process user sign-up and sign-in to the Azure AD B2C services.这些服务能够处理用户注册和登录 Azure AD B2C 服务。
  • Azure AD B2C successfully emits the authentication and authorization tokens required for users to log into applications connected to the service. Azure AD B2C 成功发出用户登录连接到该服务的应用程序所需的身份验证和授权令牌。

https://azure.microsoft.com/en-us/support/legal/sla/active-directory-b2c/v1_1/ https://azure.microsoft.com/en-us/support/legal/sla/active-directory-b2c/v1_1/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 adb2c {Context:KMSI} 始终为 false - adb2c {Context:KMSI} always false ADB2C - MSAL 库的“仅登录”用户流问题 - ADB2C - Issue with 'SignIn only' user flow with MSAL library ADB2C - 如何更改密码确认屏幕的 UI(在重置密码流程中) - ADB2C - How to change UI for password confirmation screen(In reset password flow) 验证 adb2c jwt 抛出无效授权令牌:Python 中的 InvalidSignatureError - Validating adb2c jwt is throwing Invalid authorization token: InvalidSignatureError in Python 在 Azure ADB2C 用户流程中尝试限制多因素身份验证页面中的国家/地区列表 - Trying to limit the country list in multifactor authentication page in Azure ADB2C User Flow Fargate 是否需要 HA - Does Fargate need HA Hashicorp Vault HA 集群 pod 待处理 state - Hashicorp Vault HA cluster pod in pending state 为 Aurora MySQL 创建多区域主动-被动 DR 计划? - Creating a multi-region active-passive DR plan for Aurora MySQL? Android:Firebase 视图模型架构 - Android: Firebase ViewModel Architecture Swift cocoa pods 问题:'/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi_c.bundle'(mach-o 文件,但它是一个不兼容的架构...' - Swift cocoa pods issue: '/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi_c.bundle' (mach-o file, but is an incompatible architecture...'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM