0

我对 MS Azure 完全陌生。我想使用 amazon lex 进行预约程序,该程序应在 Outlook Office 365 日历中检查代理和客户的空闲时间,并在确认应在他们的两个 Outlook 日历中进行预约后。我试过这篇文章,但 MS Azure 现在完全改变了。任何人都知道这一点,请指导我完成创建 Office 365 应用程序的步骤。

感谢您的时间!

4

1 回答 1

1

Please follow the steps below:

  1. Log in to Azure Portal app registrations page with your Azure admin account.
  2. Click on "New registration". Enter the values for Name, Supported account types, Redirect URI (optional). Click on "register" button at the bottom.

    enter image description here

    Record the Application (client) ID on OverView page for late use.

  3. Select the Certificates & secrets section. Add a New client secret. Record the secret (password) for late use. Please note this password will be displayed only once.

    enter image description here

  4. Add the Calendars.ReadWrite permission in API permissions section. After adding the permission, click on "Grant admin consent for {your tenant}" to complete the admin consent process (it will require you log in with your Azure admin account).

    enter image description here

Now you have all the steps completed.

You can get the Azure Active Directory Id from Azure AD properties page. (See Directory ID)

All the other required information (Application Id, Redirect Uri, Application Password) can be found from the above steps.

于 2019-11-19T09:51:32.120 回答