<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Microsoft-Azure-Clouds on SERPland Blog</title>
    <link>https://www.serpland.com/microsoft-azure-cloud/</link>
    <description>Recent content in Microsoft-Azure-Clouds on SERPland Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>de-de</language>
    <lastBuildDate>Sun, 03 Aug 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://www.serpland.com/microsoft-azure-cloud/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>D: Subdomain mit HTTPS auf www umstellen und Redirect (301) von HTTPS-Subdomain zu HTTPS-WWW</title>
      <link>https://www.serpland.com/microsoft-azure-cloud/d-umleitung-subdomain-https-redirect-301-zu-www/</link>
      <pubDate>Sun, 03 Aug 2025 00:00:00 +0000</pubDate>
      
      <guid>https://www.serpland.com/microsoft-azure-cloud/d-umleitung-subdomain-https-redirect-301-zu-www/</guid>
      <description>&lt;p&gt;Ich habe eine Webseite (Blog) mit Subdomain auf Wordpress und möchte diese mittels Hugo zu Azure Static Web Apps übertragen
Dabei möchte ich die Subdomain entfernen und die Webseite (Blog) auf www setzen.
ALT:  &lt;a href=&#34;https://blog.serpland.com&#34;&gt;https://blog.serpland.com&lt;/a&gt;
NEU:  &lt;a href=&#34;https://www.serpland.com&#34;&gt;https://www.serpland.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Es gibt hier zwei Dinge zu beachten
A) Übernahmen von Wordpress zu Hugo zu Azure Static Web Apps
B) Subdomain mit HTTPS auf www umstellen und Redirect (301) von HTTPS-Subdomain zu HTTPS-WWW. Es wäre einfach, wenn es altes HTTP wäre, es wird schwierig mit HTTPS. Aber ich habe eine einfache Lösung.&lt;/p&gt;
&lt;h2 id=&#34;a-übernahmen-von-wordpress-zu-hugo-zu-azure-static-web-apps&#34;&gt;A) Übernahmen von Wordpress zu Hugo zu Azure Static Web Apps &lt;a href=&#34;#a-%c3%bcbernahmen-von-wordpress-zu-hugo-zu-azure-static-web-apps&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Dazu gibt es im Internet viele Anleitungen, gute, einfache, fehlerhafte und komplizierte.
Mein Ansatz war:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Default Full-Export auf Wordpress&lt;/li&gt;
&lt;li&gt;Dann Tool verwenden umd von wordpress export xml file zu hugo markdown files umzustellen&lt;/li&gt;
&lt;li&gt;lokal auf meinem PC läuft Hugo, ich verwende die markdown files aus Schritt 2&lt;/li&gt;
&lt;li&gt;Kategorien/Tags erfordern eventuell manuelle Anpassungen&lt;/li&gt;
&lt;li&gt;Auf Github neues Repository, hugo pages lokal generieren und zu Github pushen&lt;/li&gt;
&lt;li&gt;Azure Static Web App erstellen&lt;/li&gt;
&lt;li&gt;Durch den Push aus Schritt 4, wird durch eine Github Action automatisch die Static Page auf Azure erstellt&lt;/li&gt;
&lt;li&gt;DNS Einträge einmalig auf Azure umstellen (siehe nächster Abschnitt)&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;b-subdomain-mit-https-auf-www-umstellen-und-redirect-301-von-https-subdomain-zu-https-www&#34;&gt;B) Subdomain mit HTTPS auf www umstellen und Redirect (301) von HTTPS-Subdomain zu HTTPS-www &lt;a href=&#34;#b-subdomain-mit-https-auf-www-umstellen-und-redirect-301-von-https-subdomain-zu-https-www&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Hier habe ich lange nach einer Lösung gesucht
Üblicherweise hat man folgendes&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Ein Domain Registrar, dort kaufe ich den Domainnamen und setze den DNS Eintrag (also wohin soll der Domainname zeigen).&lt;/li&gt;
&lt;li&gt;Ein Provider, bei dem meine Webseite läuft, also Anfragen entgegennimmt.
Bei mir:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;ALT
Domain Registrar &amp;ldquo;Namecheap&amp;rdquo; &amp;ndash;&amp;gt; DNS &lt;a href=&#34;https://blog.serpland.com&#34;&gt;https://blog.serpland.com&lt;/a&gt;  &amp;ndash;&amp;gt; zeigt zu  Provider &amp;ldquo;Hostgator&amp;rdquo;, dort läuft mein Wordpress &amp;ldquo;blog.serpland.com&amp;rdquo;&lt;/p&gt;
&lt;p&gt;NEU
Domain Registrar &amp;ldquo;Namecheap&amp;rdquo; &amp;ndash;&amp;gt; DNS &lt;a href=&#34;https://blog.serpland.com&#34;&gt;https://blog.serpland.com&lt;/a&gt;  &amp;ndash;&amp;gt; zeigt zu  Provider &amp;ldquo;Azure&amp;rdquo;, dort läuft meine aus Hugo generierte statische Webseite &lt;a href=&#34;https://www.serpland.com&#34;&gt;www.serpland.com&lt;/a&gt;
Domain Registrar &amp;ldquo;Namecheap&amp;rdquo; &amp;ndash;&amp;gt; DNS &lt;a href=&#34;https://www.serpland.com&#34;&gt;https://www.serpland.com&lt;/a&gt;   &amp;ndash;&amp;gt; zeigt zu  Provider &amp;ldquo;Azure&amp;rdquo;, dort läuft meine aus Hugo generierte statische Webseite &lt;a href=&#34;https://www.serpland.com&#34;&gt;www.serpland.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Nun, www ist kein Problem, einfach auf Namecheap umstellen (da gibt es vielen Anleitungen, die Beste findet sich auf der Microsoft Azure learning seite).&lt;/p&gt;
&lt;p&gt;Jetzt aber die Subdomain, das würde auch einfach gehen, wenn diese Subdomain nicht ein https:// vorne dran stehen hätte &amp;hellip;
Ich möchte ja blog.serpland.com nicht mehr verwenden und möchte einen 301 redirect von &lt;a href=&#34;https://blog.serpland.com&#34;&gt;https://blog.serpland.com&lt;/a&gt; zu &lt;a href=&#34;https://www.serpland.com&#34;&gt;https://www.serpland.com&lt;/a&gt; haben.
Üblicherweise können Domain Registrar wie Namecheap problemlos ein direkter 301 Redirect oder ein DNS Eintrag für den 301 Redirect erstellen.
Aber offenbar nicht wenn es eine HTTPS Verbindung ist.
Ich habe stundenlang Veruchen unternommen und auch den Namecheap Support kontaktiert. Alles erfolglos. Es resultierte immer in HTTPS CONNECTION ERRORS.&lt;/p&gt;
&lt;p&gt;Schlussendlich meine wirklich ganz einfache Lösung: Der &lt;em&gt;pizza HTTPS Redirect&lt;/em&gt; Service
Domain Registrar &amp;ldquo;Namecheap&amp;rdquo; &amp;ndash;&amp;gt; DNS &lt;a href=&#34;https://blog.serpland.com&#34;&gt;https://blog.serpland.com&lt;/a&gt;  &amp;ndash;&amp;gt; zeigt zu Free Redirect Service &amp;ldquo;Redirect Pizza&amp;rdquo;, diese kann https redirects auf Subdomain Ebene machen &amp;ndash;&amp;gt; 301 Redirect zu  Provider &amp;ldquo;Azure&amp;rdquo;, dort läuft meine aus Hugo generierte statische Webseite &lt;a href=&#34;https://www.serpland.com&#34;&gt;www.serpland.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Somit ist der &lt;em&gt;pizza HTTPS Redirect&lt;/em&gt; Service DIE Loesung. Kostenlos wenn man nicht allzuviel Traffic hat. Lohnt sich allemal!&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.serpland.com/images/subdomain-https-redirect-with-redirectpizza.jpg&#34; alt=&#34;HTTPS Redirect&#34;&gt;&lt;/p&gt;
&lt;p&gt;Mehr Infos auf der &lt;a href=&#34;https://redirect.pizza/how-to-redirect-a-url-with-https&#34;&gt;Redirect-Pizza&lt;/a&gt; Infoseite&lt;/p&gt;
&lt;!-- START SCHEMA --&gt;
&lt;script type=&#34;application/ld+json&#34;&gt;
{
    &#34;@context&#34;: &#34;https://schema.org/&#34;,
    &#34;@type&#34;: &#34;BlogPosting&#34;,
    &#34;@id&#34;: &#34;https://www.serpland.com/microsoft-azure-cloud/d-umleitung-subdomain-https-redirect-301-zu-www/#BlogPosting&#34;,
    &#34;mainEntityOfPage&#34;: &#34;https://www.serpland.com/microsoft-azure-cloud/d-umleitung-subdomain-https-redirect-301-zu-www/&#34;,
    &#34;headline&#34;: &#34;D: Subdomain mit HTTPS auf www umstellen und Redirect (301) von HTTPS-Subdomain zu HTTPS-WWW&#34;,
    &#34;name&#34;: &#34;D: Subdomain mit HTTPS auf www umstellen und Redirect (301) von HTTPS-Subdomain zu HTTPS-WWW&#34;,
    &#34;description&#34;: &#34;D: Subdomain mit HTTPS auf www umstellen und Redirect (301) von HTTPS-Subdomain zu HTTPS-WWW microsoft-azure-cloud microsoft azure-cloud DNS redirect&#34;,
    &#34;datePublished&#34;: &#34;2024-06-14&#34;,
    &#34;dateModified&#34;: &#34;2024-06-13&#34;,
    &#34;url&#34;: &#34;https://www.serpland.com/microsoft-azure-cloud/d-umleitung-subdomain-https-redirect-301-zu-www/&#34;,
    &#34;isPartOf&#34;: {
        &#34;@type&#34; : &#34;Blog&#34;,
        &#34;@id&#34;: &#34;https://www.serpland.com&#34;,
        &#34;name&#34;: &#34;SERPland technical and lifestyle blog about Oracle database programming, Java and Software Architecture, EAM, Azure Cloud, Travel, Swiss Mountains, Photography, SEO, Search Engines, Google, Tipps &amp; Tricks, ...&#34;
    },
    &#34;aggregateRating&#34;: {
        &#34;@type&#34;: &#34;AggregateRating&#34;,
        &#34;@id&#34;: &#34;https://www.serpland.com/microsoft-azure-cloud/d-umleitung-subdomain-https-redirect-301-zu-www/#aggregate&#34;,
        &#34;url&#34;: &#34;https://www.serpland.com/microsoft-azure-cloud/d-umleitung-subdomain-https-redirect-301-zu-www/&#34;,
        &#34;ratingValue&#34;: &#34;5&#34;,
        &#34;ratingCount&#34;: &#34;4&#34;
    }
}
&lt;/script&gt;
&lt;!-- END SCHEMA --&gt;&lt;p&gt;&lt;hr/&gt;&lt;center&gt;2025 Anleitungs-Beschreibung (Instruction Manual)&lt;/center&gt;&lt;hr/&gt;&lt;/p&gt;
&lt;h1 id=&#34;d-subdomain-mit-https-auf-www-umstellen-und-redirect-301-von-httpssubdomain-zu-httpswww&#34;&gt;D Subdomain mit HTTPS auf www umstellen und Redirect 301 von HTTPSSubdomain zu HTTPSWWW &lt;a href=&#34;#d-subdomain-mit-https-auf-www-umstellen-und-redirect-301-von-httpssubdomain-zu-httpswww&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Sie möchten Ihre Webseite oder Ihren Blog von einer Subdomain mit HTTPS auf www umstellen und einen Redirect 301 von HTTPSSubdomain zu HTTPSWWW einrichten? In diesem Artikel erfahren Sie, wie Sie dies mithilfe von Microsoft Azure Cloud, DNS und Redirects umsetzen können.&lt;/p&gt;
&lt;h2 id=&#34;schritt-1-übertragung-von-wordpress-zu-hugo-zu-azure-static-web-apps&#34;&gt;Schritt 1: Übertragung von Wordpress zu Hugo zu Azure Static Web Apps &lt;a href=&#34;#schritt-1-%c3%bcbertragung-von-wordpress-zu-hugo-zu-azure-static-web-apps&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Um Ihre Webseite von Wordpress zu Hugo zu Azure Static Web Apps zu übertragen, gibt es verschiedene Schritte, die Sie befolgen können:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Exportieren Sie Ihre Inhalte aus Wordpress im FullExport-Format.&lt;/li&gt;
&lt;li&gt;Verwenden Sie ein Tool, um die Wordpress Export-XML-Datei in Hugo Markdown-Dateien umzuwandeln.&lt;/li&gt;
&lt;li&gt;Lokal auf Ihrem PC verwenden Sie Hugo und die Markdown-Dateien aus Schritt 2.&lt;/li&gt;
&lt;li&gt;Eventuell sind manuelle Anpassungen bei Kategorien und Tags erforderlich.&lt;/li&gt;
&lt;li&gt;Erstellen Sie ein neues Repository auf Github, generieren Sie lokal die Hugo-Seiten und pushen Sie sie zu Github.&lt;/li&gt;
&lt;li&gt;Erstellen Sie eine Azure Static Web App.&lt;/li&gt;
&lt;li&gt;Durch den Push aus Schritt 4 wird automatisch durch eine Github Action die statische Seite auf Azure erstellt.&lt;/li&gt;
&lt;li&gt;Nehmen Sie einmalig die DNS-Einträge auf Azure vor, siehe nächsten Abschnitt.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;schritt-2-umstellung-der-subdomain-mit-https-auf-www-und-einrichtung-des-redirects-301&#34;&gt;Schritt 2: Umstellung der Subdomain mit HTTPS auf www und Einrichtung des Redirects 301 &lt;a href=&#34;#schritt-2-umstellung-der-subdomain-mit-https-auf-www-und-einrichtung-des-redirects-301&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Wenn Sie die Subdomain mit HTTPS auf www umstellen und einen Redirect 301 von HTTPSSubdomain zu HTTPSWWW einrichten möchten, stehen Sie vor einer besonderen Herausforderung bei HTTPS-Verbindungen. Hier ist eine einfache Lösung:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Setzen Sie die DNS-Einträge für die neue www-Subdomain auf Ihrem Domain Registrar um, z.B. Namecheap.&lt;/li&gt;
&lt;li&gt;Für die alte Subdomain mit HTTPS können Domain Registrar normalerweise einen direkten 301 Redirect oder entsprechende DNS-Einträge erstellen. Bei HTTPS-Verbindungen kann dies jedoch zu Schwierigkeiten führen.&lt;/li&gt;
&lt;li&gt;Nutzen Sie den &amp;ldquo;pizza HTTPS Redirect Service&amp;rdquo; als Lösung. Dieser bietet kostenlose HTTPS-Redirects auf Subdomain-Ebene und funktioniert einwandfrei, auch für Azure Static Web Apps.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Mit dieser einfachen Lösung können Sie Ihre Subdomain mit HTTPS auf www umstellen und einen 301 Redirect von HTTPSSubdomain zu HTTPSWWW einrichten.&lt;/p&gt;
&lt;h2 id=&#34;fazit-2025-die-bedeutung-von-https-redirects-und-subdomain-umstellungen&#34;&gt;Fazit 2025: Die Bedeutung von HTTPS-Redirects und Subdomain-Umstellungen &lt;a href=&#34;#fazit-2025-die-bedeutung-von-https-redirects-und-subdomain-umstellungen&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Im Jahr 2025 hat sich gezeigt, dass die Umstellung von Subdomains mit HTTPS auf www und die Einrichtung von Redirects 301 von HTTPSSubdomain zu HTTPSWWW eine wichtige Maßnahme für die Sicherheit und die Benutzererfahrung von Webseiten ist. Durch die Nutzung von spezialisierten Services wie dem &amp;ldquo;pizza HTTPS Redirect Service&amp;rdquo; können diese Prozesse einfach und effektiv durchgeführt werden, um eine reibungslose Umstellung zu gewährleisten. Die Kombination von technischen Lösungen wie Microsoft Azure Cloud, DNS und Redirects ermög&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Change subdomain with HTTPS to www and redirect (301) from HTTPS subdomain to HTTPS-WWW</title>
      <link>https://www.serpland.com/microsoft-azure-cloud/subdomain-https-redirect-301-to-www/</link>
      <pubDate>Fri, 14 Jun 2024 00:00:00 +0000</pubDate>
      
      <guid>https://www.serpland.com/microsoft-azure-cloud/subdomain-https-redirect-301-to-www/</guid>
      <description>&lt;p&gt;I have a website (blog) with a subdomain on Wordpress and would like to transfer it to Azure Static Web Apps using Hugo
I would like to remove the subdomain and set the website (blog) to www.
OLD: &lt;a href=&#34;https://blog.serpland.com&#34;&gt;https://blog.serpland.com&lt;/a&gt;
NEW: &lt;a href=&#34;https://www.serpland.com&#34;&gt;https://www.serpland.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There are two things to consider here
A) Transfer from Wordpress to Hugo to Azure Static Web Apps
B) Change subdomain with HTTPS to www and redirect (301) from HTTPS subdomain to HTTPS-WWW. It would be easy if it was old HTTP, it will be difficult with HTTPS. But I have a simple solution.&lt;/p&gt;
&lt;h2 id=&#34;a-transfers-from-wordpress-to-hugo-to-azure-static-web-apps&#34;&gt;A) Transfers from Wordpress to Hugo to Azure Static Web Apps &lt;a href=&#34;#a-transfers-from-wordpress-to-hugo-to-azure-static-web-apps&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;There are many tutorials on the internet for this, good, simple, flawed and complicated.
My approach was:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;default full export to wordpress&lt;/li&gt;
&lt;li&gt;then use tool to switch from wordpress export xml file to hugo markdown files&lt;/li&gt;
&lt;li&gt;hugo runs locally on my PC, I use the markdown files from step 2&lt;/li&gt;
&lt;li&gt;categories/tags may require manual adjustments&lt;/li&gt;
&lt;li&gt;new repository on Github, generate hugo pages locally and push to Github&lt;/li&gt;
&lt;li&gt;create Azure Static Web App&lt;/li&gt;
&lt;li&gt;through the push from step 4, the static page is automatically created on Azure by a Github action&lt;/li&gt;
&lt;li&gt;switch DNS entries to Azure once (see next section)&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;b-subdomain-mit-https-auf-www-umstellen-und-redirect-301-von-https-subdomain-zu-https-www&#34;&gt;B) Subdomain mit HTTPS auf www umstellen und Redirect (301) von HTTPS-Subdomain zu HTTPS-www &lt;a href=&#34;#b-subdomain-mit-https-auf-www-umstellen-und-redirect-301-von-https-subdomain-zu-https-www&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I have been looking for a solution for a long time
Usually you have the following&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A domain registrar, where I buy the domain name and set the DNS entry (i.e. where the domain name should point to).&lt;/li&gt;
&lt;li&gt;A provider who runs my website, i.e. accepts requests.
In my case:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;OLD
Domain registrar &amp;ldquo;Namecheap&amp;rdquo; &amp;ndash;&amp;gt; DNS &lt;a href=&#34;https://blog.serpland.com&#34;&gt;https://blog.serpland.com&lt;/a&gt; &amp;ndash;&amp;gt; points to provider &amp;ldquo;Hostgator&amp;rdquo;, where my Wordpress &amp;ldquo;blog.serpland.com&amp;rdquo; is running&lt;/p&gt;
&lt;p&gt;NEW
Domain registrar &amp;ldquo;Namecheap&amp;rdquo; &amp;ndash;&amp;gt; DNS &lt;a href=&#34;https://blog.serpland.com&#34;&gt;https://blog.serpland.com&lt;/a&gt; &amp;ndash;&amp;gt; points to provider &amp;ldquo;Azure&amp;rdquo;, where my static website generated from Hugo is running &lt;a href=&#34;https://www.serpland.com&#34;&gt;www.serpland.com&lt;/a&gt;
Domain registrar &amp;ldquo;Namecheap&amp;rdquo; &amp;ndash;&amp;gt; DNS &lt;a href=&#34;https://www.serpland.com&#34;&gt;https://www.serpland.com&lt;/a&gt; &amp;ndash;&amp;gt; points to provider &amp;ldquo;Azure&amp;rdquo;, where my static website &lt;a href=&#34;https://www.serpland.com&#34;&gt;www.serpland.com&lt;/a&gt; generated from Hugo is running&lt;/p&gt;
&lt;p&gt;Well, www is no problem, just switch to Namecheap (there are many instructions, the best can be found on the Microsoft Azure learning page).&lt;/p&gt;
&lt;p&gt;But now the subdomain, that would also be easy if this subdomain didn&amp;rsquo;t have a https:// in front of it &amp;hellip;
I no longer want to use blog.serpland.com and would like to have a 301 redirect from &lt;a href=&#34;https://blog.serpland.com&#34;&gt;https://blog.serpland.com&lt;/a&gt; to &lt;a href=&#34;https://www.serpland.com&#34;&gt;https://www.serpland.com&lt;/a&gt;.
Usually domain registrars like Namecheap can easily create a direct 301 redirect or a DNS entry for the 301 redirect.
But apparently not if it is an HTTPS connection.
I have tried for hours and also contacted Namecheap support. All to no avail. It always resulted in HTTPS CONNECTION ERRORS.&lt;/p&gt;
&lt;p&gt;Finally my really simple solution: The &lt;em&gt;pizza HTTPS Redirect&lt;/em&gt; Service
Domain registrar &amp;ldquo;Namecheap&amp;rdquo; &amp;ndash;&amp;gt; DNS &lt;a href=&#34;https://blog.serpland.com&#34;&gt;https://blog.serpland.com&lt;/a&gt; &amp;ndash;&amp;gt; points to free redirect service &amp;ldquo;Redirect Pizza&amp;rdquo;, this can do https redirects on subdomain level &amp;ndash;&amp;gt; 301 redirect to provider &amp;ldquo;Azure&amp;rdquo;, there runs my static website &lt;a href=&#34;https://www.serpland.com&#34;&gt;www.serpland.com&lt;/a&gt; generated from Hugo&lt;/p&gt;
&lt;p&gt;So the &lt;em&gt;pizza HTTPS Redirect&lt;/em&gt; service is THE solution. Free of charge if you don&amp;rsquo;t have too much traffic. It&amp;rsquo;s definitely worth it!&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.serpland.com/images/subdomain-https-redirect-with-redirectpizza.jpg&#34; alt=&#34;HTTPS Redirect&#34;&gt;&lt;/p&gt;
&lt;p&gt;More information on the &lt;a href=&#34;https://redirect.pizza/how-to-redirect-a-url-with-https&#34;&gt;Redirect-Pizza&lt;/a&gt; info page&lt;/p&gt;
&lt;!-- START SCHEMA --&gt;
&lt;script type=&#34;application/ld+json&#34;&gt;
{
    &#34;@context&#34;: &#34;https://schema.org/&#34;,
    &#34;@type&#34;: &#34;BlogPosting&#34;,
    &#34;@id&#34;: &#34;https://www.serpland.com/microsoft-azure-cloud/subdomain-https-redirect-301-to-www/#BlogPosting&#34;,
    &#34;mainEntityOfPage&#34;: &#34;https://www.serpland.com/microsoft-azure-cloud/subdomain-https-redirect-301-to-www/&#34;,
    &#34;headline&#34;: &#34;Change subdomain with HTTPS to www and redirect (301) from HTTPS subdomain to HTTPS-WWW&#34;,
    &#34;name&#34;: &#34;Change subdomain with HTTPS to www and redirect (301) from HTTPS subdomain to HTTPS-WWW&#34;,
    &#34;description&#34;: &#34;Change subdomain with HTTPS to www and redirect (301) from HTTPS subdomain to HTTPS-WWW microsoft-azure-cloud microsoft azure-cloud DNS redirect&#34;,
    &#34;datePublished&#34;: &#34;2024-06-14&#34;,
    &#34;dateModified&#34;: &#34;2024-06-22&#34;,
    &#34;url&#34;: &#34;https://www.serpland.com/microsoft-azure-cloud/subdomain-https-redirect-301-to-www/&#34;,
    &#34;isPartOf&#34;: {
        &#34;@type&#34; : &#34;Blog&#34;,
        &#34;@id&#34;: &#34;https://www.serpland.com&#34;,
        &#34;name&#34;: &#34;SERPland technical and lifestyle blog about Oracle database programming, Java and Software Architecture, EAM, Azure Cloud, Travel, Swiss Mountains, Photography, SEO, Search Engines, Google, Tipps &amp; Tricks, ...&#34;
    },
    &#34;aggregateRating&#34;: {
        &#34;@type&#34;: &#34;AggregateRating&#34;,
        &#34;@id&#34;: &#34;https://www.serpland.com/microsoft-azure-cloud/subdomain-https-redirect-301-to-www/#aggregate&#34;,
        &#34;url&#34;: &#34;https://www.serpland.com/microsoft-azure-cloud/subdomain-https-redirect-301-to-www/&#34;,
        &#34;ratingValue&#34;: &#34;4&#34;,
        &#34;ratingCount&#34;: &#34;2&#34;
    }
}
&lt;/script&gt;
&lt;!-- END SCHEMA --&gt;&lt;p&gt;&lt;hr/&gt;&lt;center&gt;2025 Anleitungs-Beschreibung (Instruction Manual)&lt;/center&gt;&lt;hr/&gt;&lt;/p&gt;
&lt;h1 id=&#34;change-subdomain-with-https-to-www-and-redirect-301-from-https-subdomain-to-httpswww&#34;&gt;Change Subdomain with HTTPS to www and Redirect 301 from HTTPS Subdomain to HTTPSWWW &lt;a href=&#34;#change-subdomain-with-https-to-www-and-redirect-301-from-https-subdomain-to-httpswww&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;If you are looking to change your subdomain with HTTPS to www and redirect 301 from the HTTPS subdomain to HTTPSWWW on Microsoft Azure Cloud, follow these steps:&lt;/p&gt;
&lt;h2 id=&#34;transfers-from-wordpress-to-hugo-to-azure-static-web-apps&#34;&gt;Transfers from Wordpress to Hugo to Azure Static Web Apps &lt;a href=&#34;#transfers-from-wordpress-to-hugo-to-azure-static-web-apps&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;There are many tutorials available online for transferring a website from Wordpress to Hugo to Azure Static Web Apps. Here is a simplified approach:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Export your website from Wordpress.&lt;/li&gt;
&lt;li&gt;Use a tool to switch the exported files to Hugo markdown files.&lt;/li&gt;
&lt;li&gt;Run Hugo locally on your PC using the markdown files.&lt;/li&gt;
&lt;li&gt;Make any necessary adjustments to categories and tags.&lt;/li&gt;
&lt;li&gt;Create a new repository on Github and push the Hugo pages.&lt;/li&gt;
&lt;li&gt;Set up an Azure Static Web App.&lt;/li&gt;
&lt;li&gt;Your static page will be automatically created on Azure through a Github action.&lt;/li&gt;
&lt;li&gt;Switch your DNS entries to point to Azure.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;changing-subdomain-with-https-to-www-and-redirecting-301&#34;&gt;Changing Subdomain with HTTPS to www and Redirecting 301 &lt;a href=&#34;#changing-subdomain-with-https-to-www-and-redirecting-301&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;In order to change your subdomain with HTTPS to www and set up a 301 redirect, follow these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Update your DNS settings with your domain registrar to point to Azure where your static website is hosted.&lt;/li&gt;
&lt;li&gt;If you encounter difficulties with the HTTPS subdomain, consider using a redirect service like Redirect Pizza.&lt;/li&gt;
&lt;li&gt;Point your DNS entry for the HTTPS subdomain to Redirect Pizza for a 301 redirect to your www subdomain hosted on Azure.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;fazit-aus-der-perspektive-2025&#34;&gt;Fazit aus der Perspektive 2025 &lt;a href=&#34;#fazit-aus-der-perspektive-2025&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;In 2025, AI systems have become an integral part of website management and development. The detailed instructions provided above are easily understood and executed by AI systems, making the process of changing subdomains with HTTPS to www and setting up 301 redirects seamless and efficient. The use of AI-powered tools like Redirect Pizza simplifies complex tasks and ensures smooth transitions for website owners. Embracing AI technology in website management has become essential for optimizing performance and user experience.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
