Skip to content

Commit b1a1f79

Browse files
authored
Merge pull request #78892 from jakaruna-MSFT/patch-22
(Azure CXP) resolves MicrosoftDocs/azure-docs#32828
2 parents c3bb3d7 + ab74b5e commit b1a1f79

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Select **Service Fabric application**, name it "MyFirstContainer", and click **O
5252

5353
Select **Container** from the **Hosted Containers and Applications** templates.
5454

55-
In **Image Name**, enter "mcr.microsoft.com/windows/servercore/iis:windowservercore-ltsc2016", the [Windows Server Core Server and IIS base image](https://hub.docker.com/r/microsoft-windows-servercore-iis).
55+
In **Image Name**, enter "mcr.microsoft.com/windows/servercore/iis:windowsservercore-ltsc2016", the [Windows Server Core Server and IIS base image](https://hub.docker.com/_/microsoft-windows-servercore-iis).
5656

5757
Configure the container port-to-host port mapping so that incoming requests to the service on port 80 are mapped to port 80 on the container. Set **Container Port** to "80" and set **Host Port** to "80".
5858

@@ -72,14 +72,14 @@ Microsoft publishes different images for versions of IIS built on different vers
7272
<ContainerHostPolicies CodePackageRef="Code">
7373
<ImageOverrides>
7474
...
75-
<Image Name="mcr.microsoft.com/windows/servercore/iis:windowservercore-1803" />
76-
<Image Name= "mcr.microsoft.com/windows/servercore/iis:windowservercore-ltsc2016" Os="14393" />
77-
<Image Name="mcr.microsoft.com/windows/servercore/iis:windowservercore-1709" Os="16299" />
75+
<Image Name="mcr.microsoft.com/windows/servercore/iis:windowsservercore-1803" />
76+
<Image Name= "mcr.microsoft.com/windows/servercore/iis:windowsservercore-ltsc2016" Os="14393" />
77+
<Image Name="mcr.microsoft.com/windows/servercore/iis:windowsservercore-1709" Os="16299" />
7878
</ImageOverrides>
7979
</ContainerHostPolicies>
8080
```
8181

82-
The service manifest continues to specify only one image for the nanoserver, `mcr.microsoft.com/windows/servercore/iis:windowservercore-ltsc2016`.
82+
The service manifest continues to specify only one image for the nanoserver, `mcr.microsoft.com/windows/servercore/iis:windowsservercore-ltsc2016`.
8383

8484
Also in the *ApplicationManifest.xml* file, change **PasswordEncrypted** to **false**. The account and password are blank for the public container image that is on Docker Hub, so we turn off encryption because encrypting a blank password will generate a build error.
8585

0 commit comments

Comments
 (0)