diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index d5f58ccd92..4fc5345c8b 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -109,7 +109,7 @@ jobs: path: build/ deploy: - runs-on: gh-runner-large + runs-on: ubuntu-latest if: github.event_name != 'pull_request' needs: [build, determine-environment] environment: ${{ needs.determine-environment.outputs.environment }} diff --git a/docs/identityrecovery/3.1/admin/configuration/entraid.md b/docs/identityrecovery/3.1/admin/configuration/entraid.md index 711a37eeba..96dccd47f4 100644 --- a/docs/identityrecovery/3.1/admin/configuration/entraid.md +++ b/docs/identityrecovery/3.1/admin/configuration/entraid.md @@ -20,7 +20,7 @@ The table displays the following information: - Duration – The time the collection took to complete - Status – Collection state as idle, waiting, error, or success - Details – Information about any errors that occurred during the last backup -- Actions – Displays the icons used to collect, edit, and delete the respective tenant configuration +- Actions – Displays the icons for collecting, editing, and deleting the respective tenant configuration - Run backup – Click the **Play** icon to start a new collection (backup) on the respective tenant if you need a collection outside the configured schedule @@ -51,16 +51,18 @@ dropdown. The following options are available: environments at Impact Level 5. - China (21Vianet) – Microsoft Azure operated by 21Vianet for organizations in China. +![Add Tenant Configuration wizard - Cloud Environment dropdown](/images/identityrecovery/3.1/product/configuration/entra_id/entra_id_configuration_page1a.png) + :::note -The cloud environment determines the authentication and Microsoft Graph endpoints used for all -backup, rollback, and recovery operations for this tenant. Select the environment that matches where -your Entra tenant is hosted before entering credentials. +The cloud environment determines which authentication and Microsoft Graph endpoints Identity +Recovery uses for this tenant's backup, rollback, and recovery operations. Select the environment +where your Entra tenant resides before you enter credentials. ::: **Step 3 –** Enter a tenant [example.tenant.com] in the Tenant field. -**Step 4 –** Enter the Client Id [CLIENTID] for backups, rollbacks, and -recoveries in the Client ID field. +**Step 4 –** In the Client ID field, enter the Client Id [CLIENTID] for backups, rollbacks, and +recoveries. **Step 5 –** Enter the secret for the application registration in the Secret field. @@ -124,15 +126,15 @@ If you don't want notifications, skip this step. ![Add Tenant Configuration wizard - Confirm page](/images/identityrecovery/3.1/product/configuration/entra_id/entra_id_configuration_page4.png) -**Step 12 –** The Confirm page displays a summary of the settings you provided on the pages of the -wizard. Use the Back button to return to a previous page and change any setting. Click **Done** -to finish the wizard. +**Step 12 –** The Confirm page displays a summary of the settings you provided in the wizard. Use +the Back button to return to a previous page and change any setting. Click **Done** to finish the +wizard. The new tenant appears on the Entra Id page. Backups begin as scheduled. On the first scheduled instance, Identity Recovery performs a complete -backup of the tenant. Then, subsequent backups only include the incremental changes that occurred -since the previous backup. +backup of the tenant. Subsequent backups only include the incremental changes that occurred since +the previous backup. ### Edit Tenant Configuration @@ -141,6 +143,6 @@ Tenant Configuration wizard opens. **Step 2 –** Modify the settings you want to change for the tenant configuration. -**Step 3 –** The Confirm page displays a summary of the settings you provided on the pages of the wizard. Use the Back button to return to a previous page and change any setting. Click **Done** to finish the wizard. +**Step 3 –** The Confirm page displays a summary of the settings you provided in the wizard. Use the Back button to return to a previous page and change any setting. Click **Done** to finish the wizard. Identity Recovery updates the tenant configuration and backups resume as scheduled. diff --git a/static/images/identityrecovery/3.1/product/configuration/entra_id/entra_id_configuration_page1.png b/static/images/identityrecovery/3.1/product/configuration/entra_id/entra_id_configuration_page1.png index 8b82be030e..4657afd7d4 100644 Binary files a/static/images/identityrecovery/3.1/product/configuration/entra_id/entra_id_configuration_page1.png and b/static/images/identityrecovery/3.1/product/configuration/entra_id/entra_id_configuration_page1.png differ diff --git a/static/images/identityrecovery/3.1/product/configuration/entra_id/entra_id_configuration_page1a.png b/static/images/identityrecovery/3.1/product/configuration/entra_id/entra_id_configuration_page1a.png new file mode 100644 index 0000000000..dcf940ce69 Binary files /dev/null and b/static/images/identityrecovery/3.1/product/configuration/entra_id/entra_id_configuration_page1a.png differ