You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@
6
6
7
7
## Contents
8
8
*[Prerequisites](#prerequisites)
9
-
*[Regional Availability](#regional-availability)
10
-
*[Deployment](#deployment)
9
+
*[Deployment Options](#deployment-options--steps)
10
+
*[Deployment](#deployment-steps)
11
11
*[Next Steps](#next-steps)
12
12
13
13
## Prerequisites
@@ -153,12 +153,11 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
153
153
The post deployment process is very straightforward and simplified via a single [deployment script](../Deployment/resourcedeployment.ps1) that completes in approximately 20-30 minutes:
154
154
155
155
### 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.
162
161
163
162
Open PowerShell, change directory where you code cloned, then run the deploy script:
164
163
@@ -180,11 +179,10 @@ You will be prompted for the following parameters with this Screen :
180
179
181
180
1. **Email** - used for issuing certificates in Kubernetes clusters from the [Let's Encrypt](https://letsencrypt.org/) service. Email address should be valid.
0 commit comments