Skip to content

Commit afe3ea2

Browse files
docs: Updated the Deployment Guide
1 parent 57ded83 commit afe3ea2

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
77
## Contents
88
* [Prerequisites](#prerequisites)
9-
* [Regional Availability](#regional-availability)
10-
* [Deployment](#deployment)
9+
* [Deployment Options](#deployment-options--steps)
10+
* [Deployment](#deployment-steps)
1111
* [Next Steps](#next-steps)
1212

1313
## Prerequisites
@@ -153,12 +153,11 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
153153
The post deployment process is very straightforward and simplified via a single [deployment script](../Deployment/resourcedeployment.ps1) that completes in approximately 20-30 minutes:
154154
155155
### Automated Deployment Steps:
156-
1. Deploy Azure resources.
157-
2. Configure Kubernetes Infrastructure.
158-
3. Update Kubernetes configuration files with the FQDN, Container Image Path and Email address for the certificate management.
159-
4. Configure AKS (deploy Cert Manager, Ingress Controller) and Deploy Images on the kubernetes cluster.
160-
5. Docker build and push container images to Azure Container Registry.
161-
6. Display the deployment result and following instructions.
156+
1. Configure Kubernetes Infrastructure.
157+
2. Update Kubernetes configuration files with the FQDN, Container Image Path and Email address for the certificate management.
158+
3. Configure AKS (deploy Cert Manager, Ingress Controller) and Deploy Images on the kubernetes cluster.
159+
4. Docker build and push container images to Azure Container Registry.
160+
5. Display the deployment result and following instructions.
162161
163162
Open PowerShell, change directory where you code cloned, then run the deploy script:
164163
@@ -180,11 +179,10 @@ You will be prompted for the following parameters with this Screen :
180179
181180
1. **Email** - used for issuing certificates in Kubernetes clusters from the [Let's Encrypt](https://letsencrypt.org/) service. Email address should be valid.
182181
182+
<img src="./images/deployment/Deployment_Login_02.png" width="900" alt-text="Login">
183183
2. You will be prompted to Login, Select a account and proceed to Login.
184184
3. **GO !** - Post Deployment Script executes Azure Infrastructure configuration, Application code compile and publish into Kubernetes Cluster.
185185
186-
<!-- 1. **Data File Upload and Processing** - Once the deployment finished, The Sample Data File upload and Document processing starts. -->
187-
188186
### Manual Deployment Steps:
189187
**Create Content Filter** - Please follow below steps
190188
> * Navigate to project in Azure OpenAI, then go to Azure AI Foundry, select Safety + security
121 KB
Loading

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ param gptModelVersion string = '2025-04-14'
4343

4444
@description('Optional. Capacity of the GPT model deployment:')
4545
@minValue(10)
46-
param gptModelCapacity int = 150
46+
param gptModelCapacity int = 100
4747

4848
@minLength(1)
4949
@description('Optional. Name of the Text Embedding model to deploy:')

0 commit comments

Comments
 (0)