Skip to content

Commit e8bbbd3

Browse files
authored
Merge pull request #79486 from Karishma-Tiwari-MSFT/patch-72
(ForumsTeam) fixes MicrosoftDocs/azure-docs#33180
2 parents 68295d3 + 9655115 commit e8bbbd3

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)