Tyler Morrison
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Note Insights Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # AZ-104: Microsoft Azure Administrator ## Study Guide Notes # Azure Active Directory (AD) Management ## AD Users and Groups Understanding user and group management is vital, including bulk operations which are commonly performed using CSV files. ### Bulk Operations - Get comfortable with the structure and fields required in CSV files for bulk operations. - Learn the PowerShell cmdlets and Azure CLI commands used to perform these operations. ## AD Devices Devices can be registered with Azure AD to enable various organizational features and security controls. ### Device Management - Identify which types and operating systems of devices can be registered with Azure AD. - Understand the differences between Azure AD registered, Azure AD joined, and Hybrid Azure AD joined devices. ## Hybrid Azure AD Join Hybrid Azure AD Join is used for devices that need to be connected to both on-premises Active Directory and Azure Active Directory. ### Usage Scenarios - Determine the conditions where Hybrid Azure AD Join is more appropriate than Azure AD Join. - Familiarize with the Group Policy (GP) requirements for Hybrid Azure AD Join. ## Self-Service Password Reset (SSPR) SSPR allows users to reset their passwords without administrative intervention, reducing the workload on support staff. ### Considerations for SSPR - Know how to configure password writeback, which is necessary for on-premises AD integration with SSPR. ## Command Line Tools Command-line interfaces offer powerful ways to manage Azure services, automate tasks, and script operations. ### PowerShell and Azure CLI - Review and understand the common PowerShell cmdlets and Azure CLI commands for managing Azure AD. - Practice creating and executing scripts to automate routine Azure AD tasks. # Azure Governance ## Resource Hierarchy The Azure resource hierarchy is a structured layout of how resources are organized and managed in Azure. It follows the order: - **Management Group**: Collections of subscriptions that can be managed together. - **Subscription**: A logical container for billing, reporting, and tracking resource usage. - **Resource Group**: A container that holds related resources for an Azure solution. - **Resource**: Individual instances like VMs, databases, and more, within a Resource Group. ## Role-Based Access Control (RBAC) RBAC is crucial for managing access to Azure resources. - **Review Custom Roles**: Evaluate and refine custom role definitions to ensure they align with organizational needs. - **JSON Format**: Improve understanding of JSON formatting to accurately define custom roles and policies. - **Permission Assignment**: Aim to assign permissions at the highest level possible, then use specific roles to grant more granular permissions where necessary. - **Group Management**: It's recommended to add groups to RBAC roles and then users to groups rather than directly adding users to RBAC roles for easier management. ## Locks and Tags Locks and tags are used for different purposes in Azure: - **Locks**: Provide a mechanism to control the modification and deletion of Azure resources. - They are inherited from the parent resource but only affect the management layer. - Can be removed by Owners and Access Managers if necessary. - **Tags**: Serve as labels to organize resources for various purposes like reporting and policy enforcement. - Not inherited by default, but policies can enforce inheritance of specific tags (e.g., CostCenter tags). ## Cost Management Managing costs in Azure involves budgets and alerts. - **Budgets and Alerts**: Keep track of spending and get notified if spending exceeds predefined thresholds. ## Policy Management Azure policies enforce organizational standards and assess compliance at scale. - **Policies and Initiatives**: - Dive deeper into JSON syntax to effectively create and manage policies and initiatives in Azure. ## Command Line Interface (CLI) The CLI is a powerful tool for managing Azure resources. - **PowerShell and Azure CLI Commands**: - Review and understand the common PowerShell cmdlets and Azure CLI commands for managing Azure resources. # Tyler's Idea for Budget Management - **Problem Statement**: Budget notifications are currently only sent via email, which can be cumbersome and confusing for users. - **Proposed Solution**: Create a custom dashboard that integrates with PowerApps or another tool to display changes in budgets more interactively. - **Features**: - **Visibility**: Show what has changed in the budget directly on the dashboard. - **User Actions**: Allow users to accept new budgets, request further details, or dismiss notifications. - **Alerts**: Trigger alerts when the forecasted or actual cost of a CostCenter or Project exceeds 20% of the previous period's budget. - **Dashboard Link**: Include a link in the alert to a dashboard where users can compare and contrast spending against previous periods. - **Action Buttons**: - **Increase Budget**: Option to increase the budget by 25%. - **More Details**: Link to a detailed cost analysis for the alerted scope. - **Ignore**: Dismiss the alert for the month if the cost overrun is due to a known anomaly or temporary spike. - **Benefit**: This approach aims to streamline budget management and improve user engagement with financial tracking and accountability. # Azure Storage Accounts Azure Storage Accounts provide scalable cloud storage for all types of data. They support high availability and redundancy with a comprehensive set of security features. ## Blob Storage Blob storage is optimized for storing massive amounts of unstructured data, such as text or binary data. ### Use cases: - Serving images or documents directly to a browser - Storing files for distributed access - Streaming video and audio - Storing data for backup and restore, disaster recovery, and archiving ## File Storage Azure Files offers fully managed file shares in the cloud that are accessible via the industry-standard SMB protocol. ### Use cases: - Migrating on-premises file shares to Azure - Storing shared settings for cloud applications - Diagnostic data logs ## Table Storage Table storage is a service that stores large amounts of structured data. It's a NoSQL data store for semi-structured data. ### Use cases: - Storing datasets that don't require complex joins, foreign keys, or stored procedures - Quickly querying data using a clustered index ## Queue Storage Queue storage provides reliable messaging for workflow processing and for communication between components of cloud services. ### Use cases: - Communication between web role and worker role instances - Ordering the processing of messages ## Access Keys Access keys are used to authenticate against Azure Storage services securely. ### Best practices: - Regenerate access keys periodically - Use Shared Access Signatures for more granular control ## Shared Access Signatures (SAS) SAS is a secure way to provide granular permissions to Azure Storage resources without exposing account keys. ### Scenarios: - Providing limited access to resources - Restricting what actions can be performed - Limiting access to a specific time range ## Role-Based Access Control (RBAC) RBAC allows you to manage who has access to Azure resources, what they can do with those resources, and what areas they have access to. ### Implementation: - Apply RBAC roles to manage permissions on storage accounts - Use built-in roles or define custom roles # Network Access Controls who can access Azure Storage account data. ## Public Access Allows the data in your storage account to be accessed over the internet by anyone who has the URL. ## Private Access Restricts access to data within your storage account to only authorized users or networks. # Azure File Sync Azure File Sync synchronizes files across multiple Windows Servers and Azure Files. ### Benefits: - Centralizing file services in Azure storage - Minimizing local storage infrastructure # Tools ## Azure Storage Explorer A graphical tool that allows you to manage Azure Storage Accounts and visualize your data. ## AzCopy A command-line utility designed to copy data to/from Azure Storage using simple commands with optimal performance. ## Import/Export Jobs A service that enables you to transfer large amounts of data to and from Azure Storage. ## Data Box An offline data transfer solution for transferring large amounts of data to Azure, using physical devices. # CLI Examples ## PowerShell (PS) and Command-Line Interface (CLI) Commands Azure provides powerful scripting environments through PowerShell and Azure CLI to automate tasks. ### PowerShell Example: ```powershell Get-AzStorageAccount -ResourceGroupName "MyResourceGroup" ``` ### Azure CLI Example: ```bash az storage account list --output table ```

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully