{"id":1589,"date":"2019-08-06T11:02:03","date_gmt":"2019-08-06T11:02:03","guid":{"rendered":"https:\/\/www.testpreptraining.com\/tutorial\/?page_id=1589"},"modified":"2022-03-25T11:38:05","modified_gmt":"2022-03-25T11:38:05","slug":"cloud-service-management-with-azure-portal","status":"publish","type":"page","link":"https:\/\/www.testpreptraining.ai\/tutorial\/microsoft-azure-fundamentals-az-900\/cloud-service-management-with-azure-portal\/","title":{"rendered":"Cloud Service Management with Azure Portal"},"content":{"rendered":"\n<p>In this, we will learn about Cloud Service Management with Azure Portal.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Azure Management Options<\/strong><\/h2>\n\n\n\n<p>Azure may be configured and managed with a variety of tools and platforms. There are command-line tools, language-specific Software Development Kits (SDKs), developer tools, migration tools, and many other options. The following are some of the most often utilized tools for day-to-day management and interaction:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Azure portal for interacting with Azure via a Graphical User Interface (GUI)<\/li><li>Azure PowerShell and Azure Command-Line Interface (CLI) for command line and automation-based interactions with Azure<\/li><li>Next, Azure Cloud Shell for a web-based command-line interface<\/li><li>Azure mobile app for monitoring and managing your resources from your mobile device<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Azure Portal<\/strong><\/h4>\n\n\n\n<p>The Azure portal is a publicly accessible website that may be accessed using any web browser. You may build, administer, and monitor any Azure service after logging in with your Azure account. You may seek a service, obtain links to information on a specific issue, and deploy, manage, and remove resources. It also uses wizards and tooltips to aid you through complicated administrative chores.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"526\" height=\"347\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2019\/08\/image-65.png\" alt=\"\" class=\"wp-image-1673\"\/><\/figure><\/div>\n\n\n\n<p>The dashboard view of your Azure infrastructure delivers high-level information. You may personalize the dashboard by resizing and dragging tiles, as well as showing services that interest you. There is no mechanism to automate repetitive operations in the site. To set up many VMs, for example, you&#8217;d have to do it one at a time by finishing the wizard for each one. For complicated activities, this makes the portal method time-consuming and error-prone.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Azure PowerShell<\/strong><\/h4>\n\n\n\n<p>You may install Azure PowerShell as a module for Windows PowerShell or PowerShell Core, which is a cross-platform version of PowerShell that works on Windows, Linux, and macOS. You may login to your Azure subscription and manage resources using Azure PowerShell. The shell window and command parsing are provided by Windows PowerShell and PowerShell Core. The Azure-specific instructions are then added by Azure PowerShell.<\/p>\n\n\n\n<p>For example, the New-AzureRmVM command in Azure PowerShell builds a virtual machine for you within your Azure subscription. To utilise it, open PowerShell, install the Azure PowerShell module, connect to your Azure account using the Connect-AzureRMAccount command, and then run a command like:<\/p>\n\n\n\n<p> New-AzVM <code>     -ResourceGroupName \"MyResourceGroup\"<\/code><br>     -Name &#8220;TestVm&#8221; `<br>     -Image &#8220;UbuntuLTS&#8221;<br>     \u2026<br>Using automation tools and writing administrative scripts is a powerful method to improve your workflow. Repetitive jobs can automate. Once a script has been tested, it will execute consistently, reducing the number of mistakes. The Azure CLI is another scripting environment.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Azure CLI<\/strong><\/h4>\n\n\n\n<p>Azure CLI is a command-line tool that connects to Azure and runs administrative commands on Azure resources. It&#8217;s cross-platform, which means it can operate on Windows, Linux, and Mac OS X. To construct a VM, for example, you&#8217;d open a command prompt window, sign into Azure with the command az login, establish a resource group, and then use a command like:<\/p>\n\n\n\n<p> az vm create \\<br>   &#8211;resource-group MyResourceGroup \\<br>   &#8211;name TestVm \\<br>   &#8211;image UbuntuLTS<br>   &#8211;generate-ssh-keys<br>   \u2026<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Azure Cloud Shell<\/strong><\/h4>\n\n\n\n<p>Azure Cloud Shell is a browser-based scripting environment for managing Azure resources from the command line. It supports two different shell environments. Bash is available for Linux users, while PowerShell is available for Windows users.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"530\" height=\"335\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2019\/08\/image-66.png\" alt=\"Cloud Service Management with Azure Portal\" class=\"wp-image-1679\"\/><\/figure>\n\n\n\n<p>The Azure CLI and Azure PowerShell CLIs are supported in both environments. The Azure CLI (with the az command pre-installed) is the default on Linux, but you may switch to PowerShell for Linux by entering pwsh. Both CLI tools are pre-installed in the Windows environment. Aside from administrative tools, the Cloud Shell includes a set of development tools, text editors, and other utilities, such as &#8211;<\/p>\n\n\n\n<p><strong>Developer Tools<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>.NET Core<\/li><li> Python<\/li><li> Java<\/li><li> Node.js<\/li><li> Go<\/li><\/ul>\n\n\n\n<p><strong> Editors<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>code (Cloud Shell Editor)<\/li><li> vim<\/li><li> nano<\/li><li> emacs<\/li><\/ul>\n\n\n\n<p><strong>Other tools<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>git<\/li><li> maven<\/li><li> make<\/li><li> npm<\/li><\/ul>\n\n\n\n<p>This browser-based environment allows you to create, build, and distribute applications. It&#8217;s all permanent, too: when you use the Azure Cloud Shell, you&#8217;re requested to register an Azure Storage Account. This is your $HOME folder, and any scripts or data you put here will save between sessions. Each subscription comes with its own storage account, allowing you to store the data and tools you need for each account you manage in one place.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Azure mobile app<\/strong><\/h4>\n\n\n\n<p>From your iOS or Android phone or tablet, you can access, manage, and monitor all of your Azure accounts and resources using the Microsoft Azure mobile app. After you&#8217;ve installed it, you&#8217;ll be able to:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Check the current status and important metrics of your services<\/li><li> Stay informed with notifications and alerts about important health issues<\/li><li> Quickly diagnose and fix issues anytime, anywhere<\/li><li> Review the latest Azure alerts<\/li><li> Start, stop, and restart virtual machines or web apps<\/li><li> Connect to your virtual machines<\/li><li> Manage permissions with role-based access control (RBAC)<\/li><li> Use the Azure Cloud Shell to run saved scripts or perform ad hoc administrative tasks<\/li><\/ul>\n\n\n\n<p><strong>For more on Tutorial visit \u2013\u00a0<\/strong><a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/microsoft-azure-fundamentals-az-900\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Microsoft Azure Fundamental (AZ-900)<\/strong><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this, we will learn about Cloud Service Management with Azure Portal. Azure Management Options Azure may be configured and managed with a variety of tools and platforms. There are command-line tools, language-specific Software Development Kits (SDKs), developer tools, migration tools, and many other options. The following are some of the most often utilized tools&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1355,"menu_order":19,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"categories":[],"tags":[176,192,236,175],"class_list":["post-1589","page","type-page","status-publish","hentry","tag-az-900","tag-azure-fundamental","tag-cloud-service-management","tag-microsoft-azure"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Cloud Service Management with Azure Portal - Testprep Training Tutorials<\/title>\n<meta name=\"description\" content=\"Learn more about Core Cloud Service Management with Azure Portal and boost your online learning with hundreds of practice test. Practice 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\/microsoft-azure-fundamentals-az-900\/cloud-service-management-with-azure-portal\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cloud Service Management with Azure Portal - Testprep Training Tutorials\" \/>\n<meta property=\"og:description\" content=\"Learn more about Core Cloud Service Management with Azure Portal and boost your online learning with hundreds of practice test. Practice Now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/microsoft-azure-fundamentals-az-900\/cloud-service-management-with-azure-portal\/\" \/>\n<meta property=\"og:site_name\" content=\"Testprep Training Tutorials\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-25T11:38:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2019\/08\/image-65.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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/microsoft-azure-fundamentals-az-900\/cloud-service-management-with-azure-portal\/\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/microsoft-azure-fundamentals-az-900\/cloud-service-management-with-azure-portal\/\",\"name\":\"Cloud Service Management with Azure Portal - Testprep Training Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\"},\"datePublished\":\"2019-08-06T11:02:03+00:00\",\"dateModified\":\"2022-03-25T11:38:05+00:00\",\"description\":\"Learn more about Core Cloud Service Management with Azure Portal and boost your online learning with hundreds of practice test. Practice Now!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/microsoft-azure-fundamentals-az-900\/cloud-service-management-with-azure-portal\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.testpreptraining.ai\/tutorial\/microsoft-azure-fundamentals-az-900\/cloud-service-management-with-azure-portal\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/microsoft-azure-fundamentals-az-900\/cloud-service-management-with-azure-portal\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AZ-900: Microsoft Azure Fundamentals\",\"item\":\"https:\/\/www.testpreptraining.ai\/tutorial\/microsoft-azure-fundamentals-az-900\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Cloud Service Management with Azure Portal\"}]},{\"@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":"Cloud Service Management with Azure Portal - Testprep Training Tutorials","description":"Learn more about Core Cloud Service Management with Azure Portal and boost your online learning with hundreds of practice test. Practice 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\/microsoft-azure-fundamentals-az-900\/cloud-service-management-with-azure-portal\/","og_locale":"en_US","og_type":"article","og_title":"Cloud Service Management with Azure Portal - Testprep Training Tutorials","og_description":"Learn more about Core Cloud Service Management with Azure Portal and boost your online learning with hundreds of practice test. Practice Now!","og_url":"https:\/\/www.testpreptraining.ai\/tutorial\/microsoft-azure-fundamentals-az-900\/cloud-service-management-with-azure-portal\/","og_site_name":"Testprep Training Tutorials","article_modified_time":"2022-03-25T11:38:05+00:00","og_image":[{"url":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2019\/08\/image-65.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/microsoft-azure-fundamentals-az-900\/cloud-service-management-with-azure-portal\/","url":"https:\/\/www.testpreptraining.ai\/tutorial\/microsoft-azure-fundamentals-az-900\/cloud-service-management-with-azure-portal\/","name":"Cloud Service Management with Azure Portal - Testprep Training Tutorials","isPartOf":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website"},"datePublished":"2019-08-06T11:02:03+00:00","dateModified":"2022-03-25T11:38:05+00:00","description":"Learn more about Core Cloud Service Management with Azure Portal and boost your online learning with hundreds of practice test. Practice Now!","breadcrumb":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/microsoft-azure-fundamentals-az-900\/cloud-service-management-with-azure-portal\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.testpreptraining.ai\/tutorial\/microsoft-azure-fundamentals-az-900\/cloud-service-management-with-azure-portal\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/microsoft-azure-fundamentals-az-900\/cloud-service-management-with-azure-portal\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.testpreptraining.ai\/tutorial\/"},{"@type":"ListItem","position":2,"name":"AZ-900: Microsoft Azure Fundamentals","item":"https:\/\/www.testpreptraining.ai\/tutorial\/microsoft-azure-fundamentals-az-900\/"},{"@type":"ListItem","position":3,"name":"Cloud Service Management with Azure Portal"}]},{"@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\/1589","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=1589"}],"version-history":[{"count":5,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/1589\/revisions"}],"predecessor-version":[{"id":53590,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/1589\/revisions\/53590"}],"up":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/1355"}],"wp:attachment":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/media?parent=1589"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/categories?post=1589"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/tags?post=1589"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}