Skip to content

Commit 92bdd21

Browse files
committed
Fixed placement of Note
1 parent beb5029 commit 92bdd21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

umbraco-cloud/set-up/project-settings/manage-hostnames/rewrites-on-cloud.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ Another example would be to redirect from non-www to www:
123123
</rule>
124124
```
125125

126+
{% hint style="warning" %}
127+
Adding the `.azurewebsites.net` pattern is required for the deployment service and the content transfer between environments to continue to function.
128+
{% endhint %}
129+
126130
## Custom Rewrite Rules for Umbraco Cloud
127131

128132
An example configuration to help ensure your custom rules integrate properly:
@@ -142,10 +146,6 @@ An example configuration to help ensure your custom rules integrate properly:
142146
</configuration>
143147
```
144148

145-
{% hint style="warning" %}
146-
Adding the `.azurewebsites.net` pattern is required for the deployment service and the content transfer between environments to continue to function.
147-
{% endhint %}
148-
149149
## Troubleshooting
150150

151151
Sometimes, you might experience an issue where a `.azurewebsites.net` link will appear instead of the custom hostname. In this case, a restart will usually fix the issue, however, it is not ideal that this appears at all.

0 commit comments

Comments
 (0)