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
### Using Azure Application Gateway for SSL Termination
132
+
133
+
To enable secure communication over HTTPS, this solution integrates with Azure Application Gateway. The Application Gateway handles SSL termination and proxies traffic to the Azure Container Instance (ACI) running on port 8501.
134
+
135
+
#### Steps to Configure Azure Application Gateway
136
+
137
+
1.**Update Parameters**:
138
+
- Add the following parameters to your deployment command:
139
+
-`applicationGatewayName`: The name of the Azure Application Gateway resource.
140
+
-`publicIpName`: The name of the public IP resource for the Application Gateway.
0 commit comments