Skip to content

Commit 838ee9b

Browse files
Merge pull request #305121 from cephalin/uuf
clarify site name limit
2 parents 1141c00 + fd02b14 commit 838ee9b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

articles/app-service/deploy-staging-slots.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ For more information, see [New-AzWebAppSlot](/powershell/module/az.websites/new-
9595

9696
The new deployment slot has no content, even if you clone the settings from a different slot. For example, you can [publish to this slot with Git](./deploy-local-git.md). You can deploy to the slot from a different repository branch or a different repository. The article [Get a publish profile from Azure App Service](/visualstudio/azure/how-to-get-publish-profile-from-azure-app-service) can provide the required information for deploying to the slot. Visual Studio can import the profile to deploy contents to the slot.
9797

98-
The slot's URL has the format `http://sitename-slotname.azurewebsites.net`. To keep the URL length within necessary DNS limits, the site name is truncated at 40 characters. The combined site name and slot name must be fewer than 59 characters.
98+
99+
The slot's URL has the format `http://sitename-slotname.azurewebsites.net`. To keep the URL length within necessary DNS limits, the site name can be up to 40 characters, and the slot name can be up to 19 characters. The combined length of the site name and slot name must be fewer than 59 characters.
99100

100101
<a name="AboutConfiguration"></a>
101102

0 commit comments

Comments
 (0)