From 99c5c2c5e49f5752265bc7220234de3871f2a4c4 Mon Sep 17 00:00:00 2001
From: Jette <110890857+Jette94@users.noreply.github.com>
Date: Tue, 24 Sep 2024 15:30:58 +0200
Subject: [PATCH 1/2] Update rewrites-on-cloud.md
Added changes to rewrite rules for azurewebsites fix
---
.../manage-hostnames/rewrites-on-cloud.md | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/umbraco-cloud/set-up/project-settings/manage-hostnames/rewrites-on-cloud.md b/umbraco-cloud/set-up/project-settings/manage-hostnames/rewrites-on-cloud.md
index a3fb4e8a6a9..7bf3ec51cb9 100644
--- a/umbraco-cloud/set-up/project-settings/manage-hostnames/rewrites-on-cloud.md
+++ b/umbraco-cloud/set-up/project-settings/manage-hostnames/rewrites-on-cloud.md
@@ -133,11 +133,15 @@ Sometimes, you might experience an issue where a `.azurewebsites.net` link will
The following redirect is a way to amend the issue where the `.azurewebsites.net` link appears instead of the hostname. It will redirect from the `.azurewebsites.net` link to the hostname of the website, should this link be called instead.
```xml
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
```
From aede78fae9361fa67eef525edfa8934adbec8f03 Mon Sep 17 00:00:00 2001
From: sofietoft
Date: Wed, 25 Sep 2024 08:57:09 +0200
Subject: [PATCH 2/2] Removed indentation for consistency
---
.../manage-hostnames/rewrites-on-cloud.md | 22 +++++++++----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/umbraco-cloud/set-up/project-settings/manage-hostnames/rewrites-on-cloud.md b/umbraco-cloud/set-up/project-settings/manage-hostnames/rewrites-on-cloud.md
index 7bf3ec51cb9..0b698afb83c 100644
--- a/umbraco-cloud/set-up/project-settings/manage-hostnames/rewrites-on-cloud.md
+++ b/umbraco-cloud/set-up/project-settings/manage-hostnames/rewrites-on-cloud.md
@@ -133,15 +133,15 @@ Sometimes, you might experience an issue where a `.azurewebsites.net` link will
The following redirect is a way to amend the issue where the `.azurewebsites.net` link appears instead of the hostname. It will redirect from the `.azurewebsites.net` link to the hostname of the website, should this link be called instead.
```xml
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
```