> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Auth0 のレガシー Office 365 接続を Windows Azure AD 接続に移行する方法を学びます。

# Office365 接続を Windows Azure AD 接続に移行する

Office365 は非推奨となりました。Office365 接続は Windows Azure AD 接続に移行してください。

Auth0 では早い段階から、Office365 によるユーザー認証をサポートしてきました。Office365 は以前から内部的に常に Windows Azure AD を使用していましたが、Windows Azure AD で「アプリケーション」を作成するための使いやすい UI がありませんでした。そのため、レガシー Office Seller Dashboard で作成する必要がありました。今後は Microsoft は Windows Azure AD の使用を推奨しており、Office365 アカウントとアプリケーションに関連付けられたディレクトリを簡単に作成できるようになっています。

<div id="how-to-migrate-to-azure">
  ## Azure への移行方法
</div>

1. [Windows Azure AD のサブスクリプション (無料)](https://azure.microsoft.com/en-us/pricing/purchase-options/azure-account/search/) を作成します
2. ディレクトリ (Office365 アカウントに関連付けられます) とアプリケーションを作成します。詳しくは、[Connect Your App to Microsoft Azure Active Directory](/docs/ja-jp/authenticate/identity-providers/enterprise-identity-providers/azure-active-directory/v2) をご覧ください。

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  アプリケーションで `user_id` を使用していた場合、`office365|....some-guid....` から `waad|...email....` に変わる点に注意してください。
</Callout>
