{"id":18457,"date":"2020-08-28T09:59:03","date_gmt":"2020-08-28T09:59:03","guid":{"rendered":"https:\/\/www.testpreptraining.com\/tutorial\/?page_id=18457"},"modified":"2020-08-28T09:59:04","modified_gmt":"2020-08-28T09:59:04","slug":"creating-an-asp-net-core-web-app-in-azure-2","status":"publish","type":"page","link":"https:\/\/www.testpreptraining.ai\/tutorial\/creating-an-asp-net-core-web-app-in-azure-2\/","title":{"rendered":"Creating an ASP.NET Core web app in Azure"},"content":{"rendered":"\n<p class=\"has-text-align-right\"><strong><a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-104-microsoft-azure-administrator-associate\/\" target=\"_blank\" rel=\"noreferrer noopener\">Return to AZ-104 Tutorial<\/a><\/strong><\/p>\n\n\n\n<p>On this page, you&#8217;ll learn to create and deploy your first ASP.NET Core web app to\u00a0Azure App Service. When you&#8217;re finished, you&#8217;ll have an Azure resource group consisting of an App Service hosting plan and an App Service with a deployed web application. So, let&#8217;s begin:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"prerequisites\"><strong>Prerequisites<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>An Azure account with an active subscription.\u00a0So, first, create an account for free.<\/li><li>To expand to App Service on\u00a0<em>Linux<\/em>.<\/li><li>Also, install\u00a0Visual Studio 2019\u00a0with the\u00a0<strong>ASP.NET and web development<\/strong>\u00a0workload.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"create-an-aspnet-core-web-app\"><strong>Creating an ASP.NET Core web app<\/strong><\/h3>\n\n\n\n<p>To create an ASP.NET Core web app in Visual Studio by following these steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>First of all, open Visual Studio and select\u00a0Create a new project.<\/li><li>Next, create a new project, select\u00a0<strong>ASP.NET Core Web Application<\/strong>\u00a0and verify that\u00a0<strong>C#<\/strong>\u00a0is listed in the languages for that choice, then select\u00a0<strong>Next<\/strong>.<\/li><li>After this, in\u00a0<strong>Configure your new project<\/strong>, name your web application project\u00a0<em>myFirstAzureWebApp<\/em>, and select\u00a0<strong>Create<\/strong>.<img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/app-service\/media\/quickstart-dotnetcore\/configure-web-app-project.png\" alt=\"Configure your web app project\"><\/li><li>Moreover, you can deploy any type of ASP.NET Core web app to Azure. Then, select\u00a0<strong>Create<\/strong>.<img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/app-service\/media\/quickstart-dotnetcore\/create-aspnet-core-web-app.png\" alt=\"Create a new ASP.NET Core web app\"><\/li><li>From the Visual Studio menu, click <strong>Debug<\/strong>\u00a0>\u00a0<strong>Start Without Debugging<\/strong>\u00a0to run your web app locally.<img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/app-service\/media\/quickstart-dotnetcore\/web-app-running-locally.png\" alt=\"Web app running locally\" style=\"width: 1px;\"><\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"publish-your-web-app\"><strong>Publishing your web app<\/strong><\/h3>\n\n\n\n<p>To publish, you must first create and configure a new App Service that you can publish your app to.<\/p>\n\n\n\n<p>So, follow these steps to create your App Service and publish your web app:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>First of all, in\u00a0<strong>Solution Explorer<\/strong>, right-click the\u00a0<strong>myFirstAzureWebApp<\/strong>\u00a0project and select\u00a0<strong>Publish<\/strong>. <\/li><li>Then, in the\u00a0Pick a publish target\u00a0dialogue box, select <strong>App Service<\/strong>, click <strong>Create New<\/strong>, and then decide\u00a0Create Profile.<img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/app-service\/media\/quickstart-dotnetcore\/pick-publish-target-vs2019.png\" alt=\"Pick a publish target\"><\/li><li>In the\u00a0App Service: Create new\u00a0dialogue, render a globally unique\u00a0Name\u00a0for your app by either accepting the default name. <\/li><li>And, for\u00a0Subscription, allow the subscription that is listed and select a new one from the drop-down list.<\/li><li>From the <strong>Resource group<\/strong>, click\u00a0New. In\u00a0<strong>New resource group name<\/strong>, list\u00a0<em>myResourceGroup<\/em>\u00a0and select\u00a0<strong>OK<\/strong>.<\/li><li>For\u00a0<strong>Hosting Plan<\/strong>, click <strong>New<\/strong>.<\/li><li>For\u00a0Hosting Plan: Create a new\u00a0dialogue.<\/li><li>Now, leave\u00a0<strong>Application Insights<\/strong>\u00a0set to\u00a0<em>None<\/em>.<\/li><li>After this, <strong>create a new\u00a0dialogue<\/strong> box, select\u00a0<strong>Create<\/strong>\u00a0to start creating the Azure resources.<img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/app-service\/media\/quickstart-dotnetcore\/create-new-app-service-vs2019.png\" alt=\"Create new app service\"><\/li><li>After completion, select\u00a0<strong>Publish<\/strong>.<img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/app-service\/media\/quickstart-dotnetcore\/publish-web-app-vs2019.png\" alt=\"Publish web app to Azure\"> Visual Studio publishes your ASP.NET Core web app to Azure, and launches the app in your default browser.<img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/app-service\/media\/quickstart-dotnetcore\/web-app-running-live.png\" alt=\"Published ASP.NET web app running in Azure\"><\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"update-the-app-and-redeploy\"><strong>Update the app and redeploy<\/strong><\/h3>\n\n\n\n<p>To update, Follow the steps mentioned below:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Begin with, in\u00a0<strong>Solution Explorer<\/strong>, under your project, open\u00a0<strong>Pages<\/strong>\u00a0>\u00a0<strong>Index.cshtml<\/strong>.<\/li><li>Reinstate the entire\u00a0&lt;div>\u00a0tag with the following code: HTMLCopy<code>&lt;div class=\"jumbotron\"> &lt;h1>ASP.NET in Azure!&lt;\/h1> &lt;p class=\"lead\">This is a simple app that we've built that demonstrates how to deploy a .NET app to Azure App Service.&lt;\/p> &lt;\/div><\/code><\/li><\/ol>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/www.testpreptraining.ai\/microsoft-azure-administrator-associate-az-104-free-practice-test\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/06\/practice-test-2.png\" alt=\"Practice Test for AZ-104\"\/><\/a><\/figure><\/div>\n\n\n\n<ol class=\"wp-block-list\"><li>And,to redeploy to Azure, right-click the\u00a0<strong>myFirstAzureWebApp<\/strong>\u00a0project in\u00a0<strong>Solution Explorer<\/strong>\u00a0and click <strong>Publish<\/strong>.<\/li><li>On the\u00a0<strong>Publish<\/strong>\u00a0summary page, click <strong>Publish<\/strong>.<img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/app-service\/media\/quickstart-dotnetcore\/publish-update-to-web-app-vs2019.png\" alt=\"Publish update to web app\"><\/li><\/ol>\n\n\n\n<p>In the end, Visual Studio launches a browser to the URL of the web app.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/app-service\/media\/quickstart-dotnetcore\/updated-web-app-running-live.png\" alt=\"Updated ASP.NET web app running in Azure\"\/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"manage-the-azure-app\"><strong>Manage the Azure app<\/strong><\/h4>\n\n\n\n<p>In order to manage the web app, visit the\u00a0Azure portal, and search for and select\u00a0<strong>App Services<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/app-service\/media\/quickstart-dotnetcore\/app-services.png\" alt=\"Select App Services\"\/><\/figure>\n\n\n\n<p>Moving on the\u00a0<strong>App Services<\/strong>\u00a0page, click the name of your web app.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/app-service\/media\/quickstart-dotnetcore\/select-app-service.png\" alt=\"ASP.NET\"\/><\/figure>\n\n\n\n<p>The left menu offers further pages for configuring your app.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/app-service\/media\/quickstart-dotnetcore\/web-app-overview-page.png\" alt=\"ASP.NET App Service in Azure portal\"\/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"clean-up-resources\"><strong>Cleaning up resources<\/strong><\/h4>\n\n\n\n<p>In the above-mentioned steps, we created Azure resources in a resource group. <\/p>\n\n\n\n<p>From the Azure portal menu or\u00a0<strong>Home<\/strong>\u00a0page, click <strong>Resource groups<\/strong>, and on the\u00a0<strong>Resource groups<\/strong>\u00a0page, click <strong>myResourceGroup<\/strong>.<\/p>\n\n\n\n<p>On the&nbsp;<strong>myResourceGroup<\/strong>&nbsp;page, make sure that the listed resources are the ones you want to delete.<\/p>\n\n\n\n<p>Select\u00a0<strong>Delete resource group<\/strong>, type\u00a0<strong>myResourceGroup<\/strong>\u00a0in the text box to confirm, and then select\u00a0<strong>Delete<\/strong>.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/www.testpreptraining.ai\/microsoft-azure-administrator-associate-az-104-online-course\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/07\/testpreptraining.ai-2-750x117.png\" alt=\"This image has an empty alt attribute; its file name is testpreptraining.ai-2-750x117.png\"\/><\/a><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-right\"><strong>Reference: <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/app-service\/quickstart-dotnetcore?pivots=platform-windows\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft Documentation<\/a><\/strong><\/p>\n\n\n\n<p><strong><a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-104-microsoft-azure-administrator-associate\/\" target=\"_blank\" rel=\"noreferrer noopener\">Return to AZ-104 Tutorial<\/a><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Return to AZ-104 Tutorial On this page, you&#8217;ll learn to create and deploy your first ASP.NET Core web app to\u00a0Azure App Service. When you&#8217;re finished, you&#8217;ll have an Azure resource group consisting of an App Service hosting plan and an App Service with a deployed web application. So, let&#8217;s begin: Prerequisites An Azure account with&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"categories":[],"tags":[],"class_list":["post-18457","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Creating an ASP.NET Core web app in Azure - Testprep Training Tutorials<\/title>\n<meta name=\"description\" content=\"Increase your skills by learning about ASP.NET with Azure compute resources using Microsoft Azure AZ-104 online course Now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.testpreptraining.ai\/tutorial\/creating-an-asp-net-core-web-app-in-azure-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Creating an ASP.NET Core web app in Azure - Testprep Training Tutorials\" \/>\n<meta property=\"og:description\" content=\"Increase your skills by learning about ASP.NET with Azure compute resources using Microsoft Azure AZ-104 online course Now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/creating-an-asp-net-core-web-app-in-azure-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Testprep Training Tutorials\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-28T09:59:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/docs.microsoft.com\/en-us\/azure\/app-service\/media\/quickstart-dotnetcore\/configure-web-app-project.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/creating-an-asp-net-core-web-app-in-azure-2\/\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/creating-an-asp-net-core-web-app-in-azure-2\/\",\"name\":\"Creating an ASP.NET Core web app in Azure - Testprep Training Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\"},\"datePublished\":\"2020-08-28T09:59:03+00:00\",\"dateModified\":\"2020-08-28T09:59:04+00:00\",\"description\":\"Increase your skills by learning about ASP.NET with Azure compute resources using Microsoft Azure AZ-104 online course Now!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/creating-an-asp-net-core-web-app-in-azure-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.testpreptraining.ai\/tutorial\/creating-an-asp-net-core-web-app-in-azure-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/creating-an-asp-net-core-web-app-in-azure-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Creating an ASP.NET Core web app in Azure\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\",\"name\":\"Testprep Training Tutorials\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.testpreptraining.ai\/tutorial\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#organization\",\"name\":\"Testprep Training\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png\",\"contentUrl\":\"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png\",\"width\":583,\"height\":153,\"caption\":\"Testprep Training\"},\"image\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Creating an ASP.NET Core web app in Azure - Testprep Training Tutorials","description":"Increase your skills by learning about ASP.NET with Azure compute resources using Microsoft Azure AZ-104 online course Now!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.testpreptraining.ai\/tutorial\/creating-an-asp-net-core-web-app-in-azure-2\/","og_locale":"en_US","og_type":"article","og_title":"Creating an ASP.NET Core web app in Azure - Testprep Training Tutorials","og_description":"Increase your skills by learning about ASP.NET with Azure compute resources using Microsoft Azure AZ-104 online course Now!","og_url":"https:\/\/www.testpreptraining.ai\/tutorial\/creating-an-asp-net-core-web-app-in-azure-2\/","og_site_name":"Testprep Training Tutorials","article_modified_time":"2020-08-28T09:59:04+00:00","og_image":[{"url":"https:\/\/docs.microsoft.com\/en-us\/azure\/app-service\/media\/quickstart-dotnetcore\/configure-web-app-project.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/creating-an-asp-net-core-web-app-in-azure-2\/","url":"https:\/\/www.testpreptraining.ai\/tutorial\/creating-an-asp-net-core-web-app-in-azure-2\/","name":"Creating an ASP.NET Core web app in Azure - Testprep Training Tutorials","isPartOf":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website"},"datePublished":"2020-08-28T09:59:03+00:00","dateModified":"2020-08-28T09:59:04+00:00","description":"Increase your skills by learning about ASP.NET with Azure compute resources using Microsoft Azure AZ-104 online course Now!","breadcrumb":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/creating-an-asp-net-core-web-app-in-azure-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.testpreptraining.ai\/tutorial\/creating-an-asp-net-core-web-app-in-azure-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/creating-an-asp-net-core-web-app-in-azure-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.testpreptraining.ai\/tutorial\/"},{"@type":"ListItem","position":2,"name":"Creating an ASP.NET Core web app in Azure"}]},{"@type":"WebSite","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website","url":"https:\/\/www.testpreptraining.ai\/tutorial\/","name":"Testprep Training Tutorials","description":"","publisher":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.testpreptraining.ai\/tutorial\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#organization","name":"Testprep Training","url":"https:\/\/www.testpreptraining.ai\/tutorial\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/","url":"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png","contentUrl":"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png","width":583,"height":153,"caption":"Testprep Training"},"image":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/18457","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/comments?post=18457"}],"version-history":[{"count":5,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/18457\/revisions"}],"predecessor-version":[{"id":18494,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/18457\/revisions\/18494"}],"wp:attachment":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/media?parent=18457"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/categories?post=18457"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/tags?post=18457"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}