Skip to content

Commit e058a25

Browse files
authored
Merge pull request #198186 from meenasaravanan02/linux-container
Linux container
2 parents 6b6b872 + 1bf204b commit e058a25

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/service-fabric/service-fabric-quickstart-containers-linux.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create a Linux container app on Service Fabric in Azure
33
description: In this quickstart, you will build a Docker image with your application, push the image to a container registry, and then deploy your container to a Service Fabric cluster.
44
ms.topic: quickstart
5-
ms.date: 07/22/2019
5+
ms.date: 05/12/2022
66
ms.custom: mvc, devx-track-azurecli, mode-other
77
---
88
# Quickstart: Deploy Linux containers to Service Fabric
@@ -42,6 +42,11 @@ cd service-fabric-containers/Linux/container-tutorial/Voting
4242

4343
To deploy the application to Azure, you need a Service Fabric cluster to run the application. The following commands create a five-node cluster in Azure. The commands also create a self-signed certificate, adds it to a key vault and downloads the certificate locally. The new certificate is used to secure the cluster when it deploys and is used to authenticate clients.
4444

45+
If you wish, you can modify the variable values to your preference. For example, westus instead of eastus for the location.
46+
47+
> [!NOTE]
48+
> Key vault names should be universally unique, as they are accessed as https://{vault-name}.vault.azure.net.
49+
>
4550
```azurecli
4651
#!/bin/bash
4752

0 commit comments

Comments
 (0)