Skip to content

Commit

Permalink
Fixed placement of Note
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanrnh committed Dec 2, 2024
1 parent beb5029 commit 92bdd21
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ Another example would be to redirect from non-www to www:
</rule>
```

{% hint style="warning" %}
Adding the `.azurewebsites.net` pattern is required for the deployment service and the content transfer between environments to continue to function.
{% endhint %}

## Custom Rewrite Rules for Umbraco Cloud

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

{% hint style="warning" %}
Adding the `.azurewebsites.net` pattern is required for the deployment service and the content transfer between environments to continue to function.
{% endhint %}

## Troubleshooting

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.
Expand Down

0 comments on commit 92bdd21

Please sign in to comment.