{"id":6084,"date":"2014-03-04T00:00:00","date_gmt":"2014-03-04T08:00:00","guid":{"rendered":""},"modified":"2024-07-24T13:26:10","modified_gmt":"2024-07-24T20:26:10","slug":"windows-azure-websites-online-tools-you-should-know-about","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/","title":{"rendered":"Windows Azure Websites online tools you should know about"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">If you like getting up-close and personal with managing your computing resources, you\u2019ll be happy to know that your Windows Azure Website comes with some useful online tools that let you do some really cool things with it. These tools are part of your site\u2019s Kudu dashboard (also known as the SCM dashboard) and today we\u2019ll see what these tools are.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To get to the Kudu dashboard, simply browse using your favorite internet browser to https:\/\/{site name}.scm.azurewebsites.net (in other words, add <b>.scm<\/b> in front of the site name). Upon entry, you will be asked for credentials and those will be the same as your deployment credentials. If you have never set up your deployment credentials, you can open your site\u2019s dashboard in the Azure Portal and click <b>Set up deployment credentials<\/b>. If you already have deployment credentials but do not remember them, you can use the dashboard to reset them as well:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/03\/Amit-Apple-Windows-Azure-Websites-online-tools-you-should-know-about-img1-636x327-1.webp\" alt=\"Amit Apple - Windows Azure Websites online tools you should know about - img1\" class=\"wp-image-146341\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Once you enter your credentials, you reach the Kudu dashboard of your site. Previously, this was only used for the <b>Git deployment<\/b> feature of WAWS, but now the dashboard contains several tools you can use to manage, monitor and debug your site.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>NOTE:<\/b> Kudu is actually an open-source project and you can see its sources on <a href=\"https:\/\/github.com\/projectkudu\/kudu\">GitHub<\/a>, including some more <a href=\"https:\/\/github.com\/projectkudu\/kudu\/wiki\">wikis<\/a> and the opportunity to open issues regarding bugs or new features you want to see.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Kudu Dashboard Home<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On the dashboard home, you can see the current build version (of kudu) and at the top you&#8217;ll see links to the different tool pages. Under <b>REST API<\/b> you&#8217;ll get links to the REST APIs that Kudu exposes:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/03\/Amit-Apple-Windows-Azure-Websites-online-tools-you-should-know-about-img2-415x369-1.webp\" alt=\"Amit Apple - Windows Azure Websites online tools you should know about - img2\" class=\"wp-image-146351\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><b>NOTE:<\/b> Since the return value for the REST APIs is in json, you can use add-on tools such as <a href=\"https:\/\/chrome.google.com\/webstore\/detail\/jsonview\/chklaanhfefbnpoihckbnefhakgolnmc?hl=en\">JSONView<\/a> for Chrome, which lets you browse through the APIs easily<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Environment<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The environment page can help you see what your website \u201csees\u201d in terms of the current environment it&#8217;s running on. This includes general system information, app settings, environment variables, path, http headers and server variables:<b><\/b><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/03\/Amit-Apple-Windows-Azure-Websites-online-tools-you-should-know-about-img3-299x369-1.webp\" alt=\"Amit Apple - Windows Azure Websites online tools you should know about - img3\" class=\"wp-image-146361\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><b>NOTE:<\/b> While there is a <b>connections strings<\/b> section, it may not be exactly what your site sees as connection strings.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Debug Console<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is the cr\u00e8me of the crop in terms of usefulness for your Azure website. The debug console page actually contains 2 useful tools:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">File explorer for your site, where you can view your site&#8217;s content, download files (or full folders), delete files (or folders), edit files and even upload files using drag and drop. When you download a folder via the file explorer, it\u2019s delivered to you as a ZIP file containing the entire folder structure.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Remote terminal to your site, which allows you to run commands that will run on your site in a cmd.exe process. For example, you can run command ranging from a simple ones like <b>dir<\/b> or <b>cd<\/b> to advanced ones like <b>Git clean<\/b> and <b>npm\/nuget install. <\/b>The terminal allows you to get a better understanding of the limitations of the sandbox (inside which your website is running).\u00a0 Note that the &#8220;current directory&#8221; is synced between the file explorer and the terminal for ease of use.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/03\/Amit-Apple-Windows-Azure-Websites-online-tools-you-should-know-about-img4-471x369-1.webp\" alt=\"Amit Apple - Windows Azure Websites online tools you should know about - img4\" class=\"wp-image-146371\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">For additional information about the debug terminal, and other Kudu related info, visit my blog.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Diagnostics dump<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The diagnostic dump is a link that will generate a ZIP file containing some of your site&#8217;s logs, which can help investigate issues. In fact, Microsoft support might even request you to generate such a dump when looking into issues related to deployment options such as Git and Dropbox.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Log stream<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Clicking on the Log stream link will seem like it didn&#8217;t do anything, but in fact it starts a listener on your <b>LogFiles<\/b> directory, so any logs written there will show up. Naturally, if your site is completely idle, nothing would happen, but if it is active, log lines will start showing up once the log buffer fills up:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/03\/Amit-Apple-Windows-Azure-Websites-online-tools-you-should-know-about-img5-520x369-1.webp\" alt=\"Amit Apple - Windows Azure Websites online tools you should know about - img5\" class=\"wp-image-146381\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><b>NOTE:<\/b> Clicking this link will also enable your <b>application logs<\/b> persistence to the file system (in Error mode) for a period of 12 hours. This can be turned off from the Azure portal.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Web Hooks<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Web hooks are a Pub\/Sub mechanism where you can publish an event and all subscribers to that event will get it. Currently only one type of event is supported, and this is the <b>Post Deployment<\/b> event. <b>Post Deployment<\/b> is invoked by Kudu whenever a Git (or Dropbox\/Mercurial) deployment is performed (whether it was successful or failed):<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/03\/Amit-Apple-Windows-Azure-Websites-online-tools-you-should-know-about-img6-486x369-1.webp\" alt=\"Amit Apple - Windows Azure Websites online tools you should know about - img6\" class=\"wp-image-146391\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">We currently use this capability by integrating with a service called <a href=\"https:\/\/www.zapier.com\/\">Zapier<\/a>, which allows a user to subscribe to this event and in response invoke many types of actions (for example, send an email, call a phone number, send a tweet and more). More information can be found in this post.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In closing, the Kudu dashboard is one of the most powerful and versatile extensions to Azure Web Sites, and give you a lot of control over your site. We hope you take advantage of these on your way to a productive and successful deployment!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you like getting up-close and personal with managing your computing resources, you\u2019ll be happy to know that your Windows Azure Website comes with some useful online tools that let you do some\u2026.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1467,1461],"tags":[],"audience":[],"content-type":[1511],"product":[1542],"tech-community":[],"topic":[],"coauthors":[97],"class_list":["post-6084","post","type-post","status-publish","format-standard","hentry","category-compute","category-web","content-type-best-practices","product-static-web-apps","review-flag-1680286581-295","review-flag-2-1680286581-601","review-flag-never-1680286580-606","review-flag-new-1680286579-546"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Windows Azure Websites online tools you should know about | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"If you like getting up-close and personal with managing your computing resources, you\u2019ll be happy to know that your Windows Azure Website comes with some useful online tools that let you do some\u2026\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Windows Azure Websites online tools you should know about | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"If you like getting up-close and personal with managing your computing resources, you\u2019ll be happy to know that your Windows Azure Website comes with some useful online tools that let you do some\u2026\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2014-03-04T08:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-24T20:26:10+00:00\" \/>\n<meta name=\"author\" content=\"Microsoft Azure\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Microsoft Azure\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/\",\"@type\":\"Person\",\"@name\":\"Microsoft Azure\"}],\"headline\":\"Windows Azure Websites online tools you should know about\",\"datePublished\":\"2014-03-04T08:00:00+00:00\",\"dateModified\":\"2024-07-24T20:26:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/\"},\"wordCount\":858,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/03\/Amit-Apple-Windows-Azure-Websites-online-tools-you-should-know-about-img1-636x327-1.webp\",\"articleSection\":[\"Compute\",\"Web\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/\",\"name\":\"Windows Azure Websites online tools you should know about | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/03\/Amit-Apple-Windows-Azure-Websites-online-tools-you-should-know-about-img1-636x327-1.webp\",\"datePublished\":\"2014-03-04T08:00:00+00:00\",\"dateModified\":\"2024-07-24T20:26:10+00:00\",\"description\":\"If you like getting up-close and personal with managing your computing resources, you\u2019ll be happy to know that your Windows Azure Website comes with some useful online tools that let you do some\u2026\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/#primaryimage\",\"url\":\"\",\"contentUrl\":\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Web\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/web\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Windows Azure Websites online tools you should know about\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Windows Azure Websites online tools you should know about | Microsoft Azure Blog","description":"If you like getting up-close and personal with managing your computing resources, you\u2019ll be happy to know that your Windows Azure Website comes with some useful online tools that let you do some\u2026","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:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/","og_locale":"en_US","og_type":"article","og_title":"Windows Azure Websites online tools you should know about | Microsoft Azure Blog","og_description":"If you like getting up-close and personal with managing your computing resources, you\u2019ll be happy to know that your Windows Azure Website comes with some useful online tools that let you do some\u2026","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2014-03-04T08:00:00+00:00","article_modified_time":"2024-07-24T20:26:10+00:00","author":"Microsoft Azure","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Microsoft Azure","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/","@type":"Person","@name":"Microsoft Azure"}],"headline":"Windows Azure Websites online tools you should know about","datePublished":"2014-03-04T08:00:00+00:00","dateModified":"2024-07-24T20:26:10+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/"},"wordCount":858,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/03\/Amit-Apple-Windows-Azure-Websites-online-tools-you-should-know-about-img1-636x327-1.webp","articleSection":["Compute","Web"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/","name":"Windows Azure Websites online tools you should know about | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/03\/Amit-Apple-Windows-Azure-Websites-online-tools-you-should-know-about-img1-636x327-1.webp","datePublished":"2014-03-04T08:00:00+00:00","dateModified":"2024-07-24T20:26:10+00:00","description":"If you like getting up-close and personal with managing your computing resources, you\u2019ll be happy to know that your Windows Azure Website comes with some useful online tools that let you do some\u2026","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/#primaryimage","url":"","contentUrl":""},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/windows-azure-websites-online-tools-you-should-know-about\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Web","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/web\/"},{"@type":"ListItem","position":3,"name":"Windows Azure Websites online tools you should know about"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/6084","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=6084"}],"version-history":[{"count":0,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/6084\/revisions"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=6084"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=6084"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=6084"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=6084"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=6084"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=6084"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=6084"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=6084"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=6084"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}