<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: slarry07</title>
    <description>The latest articles on DEV Community by slarry07 (@slarry07).</description>
    <link>https://dev.to/slarry07</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F862019%2Fd15d56e3-42fc-427b-959a-2fd4f3564939.png</url>
      <title>DEV Community: slarry07</title>
      <link>https://dev.to/slarry07</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/slarry07"/>
    <language>en</language>
    <item>
      <title>Azure App Service</title>
      <dc:creator>slarry07</dc:creator>
      <pubDate>Sun, 15 May 2022 23:21:24 +0000</pubDate>
      <link>https://dev.to/slarry07/azure-app-service-3ig0</link>
      <guid>https://dev.to/slarry07/azure-app-service-3ig0</guid>
      <description>&lt;p&gt;&lt;strong&gt;what is Azure App Service?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Azure App Service is a web application, REST API, and mobile back-end hosting service that runs on HTTP. You can code in any language you like, including.NET, .NET Core, Java, Ruby, Node.js, PHP, or Python. Both Windows and Linux-based systems make it easy to run and scale applications.&lt;/p&gt;

&lt;p&gt;Azure app service includes 4 application development and hosting environment.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Web App&lt;/li&gt;
&lt;li&gt;Mobile App&lt;/li&gt;
&lt;li&gt;Logic Apps&lt;/li&gt;
&lt;li&gt;API Apps&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;How to Create Azure Web App&lt;/strong&gt;&lt;/em&gt;&lt;br&gt;
step 1: Log in to the Azure portal&lt;br&gt;
step 2: Click on Create App service&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LfZMtu3l--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tzvi3h9vuxa33w55hfyv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LfZMtu3l--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tzvi3h9vuxa33w55hfyv.png" alt="Image description" width="880" height="432"&gt;&lt;/a&gt;&lt;br&gt;
step 3: Fill in the name, the resource group which is a container that holds related resources for an Azure solution. The resource group can include all the resources for the solution, or only those resources that you want to manage as a group and app service plan, also select region and app service plan and finally click on review and create. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--JFkWTvSj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xxh6kfm8pt9bdvcd9pwv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--JFkWTvSj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xxh6kfm8pt9bdvcd9pwv.png" alt="Image description" width="880" height="432"&gt;&lt;/a&gt;&lt;br&gt;
step 5: wait for your app to fully deploy and return to your App Resource group.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--twn6gRF---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dft50ykc816gdzv3wl9e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--twn6gRF---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dft50ykc816gdzv3wl9e.png" alt="Image description" width="880" height="442"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;after deployment, you can maintain and manage your app by selecting from the options at the left-hand menu bar which, includes the &lt;strong&gt;Deployment slot&lt;/strong&gt; that allows your function app to run different instances called "slots",&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--NxcWlCaw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lrs7of3xnz5wxgicok1b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--NxcWlCaw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lrs7of3xnz5wxgicok1b.png" alt="Image description" width="880" height="428"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Deployment center&lt;/strong&gt;which enables you to deploy your app from GitHub, bitbucket, azure repo, and local git, &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--IFcVkjDh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/skqd3ss8o0fduyss00h0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--IFcVkjDh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/skqd3ss8o0fduyss00h0.png" alt="Image description" width="880" height="442"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Change service plan&lt;/strong&gt; which is a set of compute resources for a web app to run, The pricing tier which determines what App Service features you get and how much you pay for the plan. There are a few categories of pricing tiers:&lt;/p&gt;

&lt;p&gt;Shared compute: Both Free and Shared share the resource pools of your apps with the apps of other customers. These tiers allocate CPU quotas to each app that runs on the shared resources, and the resources can't scale out.&lt;/p&gt;

&lt;p&gt;Dedicated compute: The Basic, Standard, Premium, PremiumV2, and PremiumV3 tiers run apps on dedicated Azure VMs. Only apps in the same App Service plan share the same compute resources. The higher the tier, the more VM instances are available to you for scale-out.&lt;/p&gt;

&lt;p&gt;Isolated: This tier runs dedicated Azure VMs on dedicated Azure Virtual Networks. It provides network isolation on top of compute isolation to your apps. It provides the maximum scale-out capabilities.&lt;/p&gt;

&lt;p&gt;Consumption: This tier is only available to function apps. It scales the functions dynamically depending on workload.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--QVDJgEot--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5trgqt6zg5597h320a22.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--QVDJgEot--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5trgqt6zg5597h320a22.png" alt="Image description" width="880" height="432"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;App Service Authentication / Authorization&lt;/strong&gt; is a feature that allows your app to sign in users without having to update any code on the backend. It makes it simple to secure your application and work with per-user data.&lt;/p&gt;

</description>
      <category>paas</category>
      <category>azure</category>
      <category>cloud</category>
    </item>
  </channel>
</rss>
