Skip to content

Commit 9655115

Browse files
(ForumsTeam) fixes MicrosoftDocs/azure-docs#33180
Fixed xml file formatting for a parameter.
1 parent bb24943 commit 9655115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cloud-services/cloud-services-model-and-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The following sample shows the configuration for a web role with a website and w
182182
</Site>
183183
<Site name="MailSite" packageDir="MailSite">
184184
<Bindings>
185-
<Binding name="mail" endpointName="HttpIn" hostheader="mail.mysite.cloudapp.net" />
185+
<Binding name="mail" endpointName="HttpIn" hostHeader="mail.mysite.cloudapp.net" />
186186
</Bindings>
187187
<VirtualDirectory name="artifacts" />
188188
<VirtualApplication name="storageproxy">

0 commit comments

Comments
 (0)