<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Azure on JaBoet</title>
    <link>https://blog.wernerpeenz.com/tags/azure/</link>
    <description>Recent content in Azure on JaBoet</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <managingEditor>wpeenz@outlook.com (Werner Peenz)</managingEditor>
    <webMaster>wpeenz@outlook.com (Werner Peenz)</webMaster>
    <lastBuildDate>Fri, 07 Jan 2022 21:46:15 +0000</lastBuildDate><atom:link href="https://blog.wernerpeenz.com/tags/azure/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Usefull Az commands and Powershell Equivalents</title>
      <link>https://blog.wernerpeenz.com/post/usefull-az-commands/</link>
      <pubDate>Fri, 07 Jan 2022 21:46:15 +0000</pubDate>
      <author>wpeenz@outlook.com (Werner Peenz)</author>
      <guid>https://blog.wernerpeenz.com/post/usefull-az-commands/</guid>
      <description>Login and default subscription Login: az login (Connect-AzAccount) List subscriptions: az account list --output table Set default subscription: az account set --subscription &amp;quot;subscription name or Id&amp;quot; (Set-AzContext -SubscriptionId &amp;quot;suscription Id&amp;quot;) Delete a web app: az webapp delete --name MyWebapp --resource-group MyResourceGroup Tags Get list of tags for a resource group: az group show -n &amp;lt;resource group name&amp;gt; --query tags Get tags for a specific resource type: az resource show -n &amp;lt;resource name&amp;gt; -g &amp;lt;resource group name&amp;gt; --resource-type &amp;quot;Microsoft.</description>
    </item>
    
    <item>
      <title>Preparing for Exam AZ-103: Microsoft Azure Administrator</title>
      <link>https://blog.wernerpeenz.com/post/preparing-for-exam-az-103-microsoft-azure-administrator/</link>
      <pubDate>Mon, 06 May 2019 10:13:04 +0000</pubDate>
      <author>wpeenz@outlook.com (Werner Peenz)</author>
      <guid>https://blog.wernerpeenz.com/post/preparing-for-exam-az-103-microsoft-azure-administrator/</guid>
      <description>Exam info
Resources:
Microsoft Azure Administrator Tracking Document Thomas Thornton&amp;rsquo;s Microsoft Azure Exam AZ-103 Study Notes Sysadmin-central Study Notes Microsoft Azure Administrator (AZ-103) Pluralsight training skylines academy AZ-103 course Skills measured:
Manage Azure subscriptions and resources Manage Azure subscriptions
assign administrator permissions &amp;gt; Add or change Azure subscription administrators : Portal: In Azure portal open Subscriptions and select subscription Click Access Control (IAM) Click Add &amp;gt; Add Role Assignment Select Owner role In Select select user or search by name or email CLI: Set default subscription to work with: az account set -s &amp;lt;subscription Id&amp;gt; Create role assignment: az role assignment create --assignee &amp;lt;user&amp;gt;@&amp;lt;custom domain&amp;gt; --role owner --scope /subscriptions/&amp;lt;subscription Id&amp;gt; configure cost center quotas and tagging &amp;gt; Azure subscription and service limits, quotas, and constraints Quotas Quotas are generally defined per-subscription unless managed by Azure Resource Groups, in which case they are managed per-region Quota increases can be requested via support request, provided they don&amp;rsquo;t exceed the Maximum Limit and the subscription is not a Free Trial Subscription To view quotas: Select Subscription &amp;gt; Usage + Quotas Quotas for resources in Azure resource groups are per-region accessible by your subscription, not per-subscription as the service management quotas are</description>
    </item>
    
    <item>
      <title>Finally inpired to do Azure Certifications</title>
      <link>https://blog.wernerpeenz.com/post/azure-certification/</link>
      <pubDate>Fri, 05 Apr 2019 08:06:06 +0000</pubDate>
      <author>wpeenz@outlook.com (Werner Peenz)</author>
      <guid>https://blog.wernerpeenz.com/post/azure-certification/</guid>
      <description>Inspiration I&amp;rsquo;ll blame Mike Pfeiffer for leading me down the certification path. I have been considering it for a while and his CloudSkills.fm podcast provided the final impetus.
Gregor Suttie: The CloudSkills podcast lead me to Gregor Suttie&amp;rsquo;s posts on his Azure certification journey, and I&amp;rsquo;ll likely follow his template of starting with the Administration certification, followed by the Develop exams. More from Gregor on this at From Gregor Suttie Also Ambition and drive to learn Azure</description>
    </item>
    
  </channel>
</rss>
