ITDR
Obtaining the Deployment Script for Azure
Zscaler ITDR relies on a deployment script to propagate changes and sync settings between ITDR and Microsoft Azure. You can obtain the deployment script using one of the following methods:
- Automated Download Method
Using this method, you can obtain a PowerShell command that automatically downloads and runs the deployment script when executed via Azure's Cloud Shell. To obtain the command:
- Go to ITDR > Manage > Entra ID.
- Click Download Deployment Script.
In the Download Script Deployment window that appears, copy the command from the Automated: Run the following command in Azure Cloud Shell section and save it for later use.
The deployment script creates a number of resources in the Azure cloud to enable scanning for Entra ID. A resource group is also created to hold all other resources. The default name of the resource group is
ZscalerITDR
. However, you can customize this default name by replacing the value of theRGName
attribute in the command.
- Manual Download Method
Using this method, you can download the deployment script as a PSM1 file, upload it to the Azure cloud, and run the script using a PowerShell command obtained from the Zscaler ITDR Admin Portal. To obtain the command and script:
- Go to ITDR > Manage > Entra ID.
- Click Download Deployment Script.
- In the Download Script Deployment window:
Click Download.
The deployment script is downloaded to your system.
Copy the command from the Manual: Download the script and run the following command in Azure Cloud Shell section and save it for later use.
The deployment script creates a number of resources in the Azure cloud to enable scanning for Entra ID. A resource group is also created to hold all other resources. The default name of the resource group is
ZscalerITDR
. However, you can customize this default name by replacing the value of theRGName
attribute in the command.
- Sign in to the Azure Portal.
Click the Cloud Shell icon on the top navigation bar.
- In the Cloud Shell window:
Click the Upload/Download Files icon, then select Upload.
- Choose the deployment script file (.psm1) that you downloaded to your system to upload it to Azure.