Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 2.83 KB

File metadata and controls

59 lines (34 loc) · 2.83 KB

AVM Post Deployment Guide

📋 Note: This guide is specifically for post-deployment steps after using the AVM template. For complete deployment from scratch, see the main Deployment Guide.


This document provides guidance on post-deployment steps after deploying the Content processing solution accelerator from the AVM (Azure Verified Modules) repository.

Overview

After successfully deploying the Content Processing Solution Accelerator using the AVM template, you'll need to complete some configuration steps to make the solution fully operational.

Prerequisites

Before starting the post-deployment process, ensure you have the following:

Required Software

  1. PowerShell (v7.0+ recommended) - Available for Windows, macOS, and Linux

  2. Azure CLI (v2.50+) - Command-line tool for managing Azure resources

  3. Git - Version control system for cloning the repository

  4. Deployed Infrastructure - A successful Content processing solution accelerator deployment from the AVM repository

Important Note for PowerShell Users

If you encounter issues running PowerShell scripts due to execution policy restrictions, you can temporarily adjust the ExecutionPolicy by running the following command in an elevated PowerShell session:

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

This will allow the scripts to run for the current session without permanently changing your system's policy.

Post-Deployment Steps

Step 1: Clone the Repository

First, clone this repository to access the post-deployment scripts:

git clone https://github.com/microsoft/content-processing-solution-accelerator.git
cd content-processing-solution-accelerator

Step 2: Complete Post-Deployment Configuration

Follow the Post Deployment Steps section in the main Deployment Guide, which includes:

  1. Optional: Publishing Local Build Container to Azure Container Registry
  2. Register Schema Files
  3. Import Sample Data
  4. Add Authentication Provider

Next Steps

Once configuration is complete, see the Next Steps section in the main Deployment Guide to start using the solution.