Execute post-deployment setup
Last updated
Last updated
Download the post-deployment file on your local machine and extract the folder contents.
Review the contents in the folder. It should contain a template and a post-deployment script. This script configures and connects all Azure resources deployed via the marketplace to work together.
Execute the following command in the terminal: “powershell -ExecutionPolicy Bypass -File ".\PostDeploytmentScript.ps1"”.
You will be prompted to enter:
Your Azure log in details (Username, Object ID, etc.).
The ID and endpoints that need to be added to the Key Vault.
A SQL script to create the necessary tables and stored procedures in the database created will run.
Provide the Service Principal app registration the permissions required for database operations.
It will add necessary secrets to the Key Vault.