Skip to content

Commit 75aee71

Browse files
committed
addressing feedback
1 parent cbc6939 commit 75aee71

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

articles/container-instances/container-instances-container-group-automatic-ssl.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The example mounts the [Caddyfile](https://caddyserver.com/docs/caddyfile), whic
3030
[!INCLUDE [azure-cli-prepare-your-environment.md](~/articles/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
3131

3232
- This article requires version 2.0.55 or later of the Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
33-
-
33+
3434
## Prepare the Caddyfile
3535

3636
Create a file called `Caddyfile` and paste the following configuration. This configuration creates a reverse proxy configuration, pointing to your application container listening on 5000/TCP.
@@ -46,7 +46,7 @@ It's important to note, that the configuration references a domain name instead
4646
> [!NOTE]
4747
> For production deployment, users might want to use a domain name they control, e.g., `api.company.com` and create a CNAME record pointing to e.g. `my-app.westeurope.azurecontainer.io`. If so, it needs to be ensured, that the custom domain name is also used in the Caddyfile, instead of the one assigned by Azure (e.g., `*.westeurope.azurecontainer.io`). Further, the custom domain name, needs to be referenced in the ACI YAML configuration described later in this example.
4848
49-
## Prepare Storage Account
49+
## Prepare storage account
5050

5151
Create a storage account
5252

@@ -297,11 +297,11 @@ read R BLOCK
297297

298298
Navigate to https://my-app.westeurope.azurecontainer.io and verify the certificate by clicking on the padlock next to the URL.
299299

300-
:::image type="content" source="media/container-instances-container-group-automatic-ssl/my-app-1.png" alt-text="Certificate validation":::
300+
:::image type="content" source="media/container-instances-container-group-automatic-ssl/url-padlock.png" alt-text="Screenshot highlighting the padlock next to the URL that verifies the certificate.":::
301301

302302
To see the certificate details, click on "Connection is secure" followed by "certificate is valid".
303303

304-
:::image type="content" source="media/container-instances-container-group-automatic-ssl/my-app-2.png" alt-text="Certificate issued by Let's Encrypt":::
304+
:::image type="content" source="media/container-instances-container-group-automatic-ssl/lets-encrypt-certificate.png" alt-text="Screenshot of the certificate issued by Let's Encrypt":::
305305

306306
## Next steps
307307
- [Caddy documentation](https://caddyserver.com/docs/)
Loading
86.8 KB
Loading

0 commit comments

Comments
 (0)