Skip to content

Scripts, templates stored during Azure training courses

License

Notifications You must be signed in to change notification settings

VJigouline/AzureTraining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Azure Training

Scripts, templates stored during Azure training courses

Overview

This repository is to store different resources acquired during Azure training courses for future review. A lot of garbage. Feel free to use them if you find them useful.

Exams

Exam AZ-104: Microsoft Azure Administrator - https://docs.microsoft.com/en-gb/learn/certifications/exams/az-104

Training courses

Fundamentals of Bicep - https://docs.microsoft.com/en-gb/learn/paths/fundamentals-bicep/
New language to specify Azure resources instead of JSON templates. AZ-104: Prerequisites for Azure administrators - https://docs.microsoft.com/en-gb/learn/paths/az-104-administrator-prerequisites/

PowerShell commands

Connect-AzAccount - connect to Azure account
Get-AzSubscription - get available Azure subscriptions
New-AzResourceGroupDeployment -Name <deployment_name> -TemplateFile <template_name> -storageName <storage_name> - deploy Azure resource group through template
Set-AzDefault -ResourceGroupName <name> - set default resource group
_New-AzureADUser - <parameters> - create new user
_Remove-AzureADUser - <parameters> - delete user

CLI commands

az keyvault secret show --name <name> --vault-name <vault-name> --query value --output tsv - retrieve password from secure vault
_az vm create <parameters> - create virtual machine
_az vm extension set <parameters> - run extension set
_az vm list-ip-addresses <parameters> - list IP addresses
_az vm list-ip-addresses <parameters> - list network security groups
_az network nsg rule list <parameters> - list network security group list
_az network nsg rule list <parameters> - create network security group
_az ad user create <parameters> - create new user
_az ad user delete <parameters> - delete new user

To review

Microsoft Intune https://docs.microsoft.com/en-us/mem/intune/fundamentals/what-is-intune AZ-400: Develop a security and compliance plan https://docs.microsoft.com/en-gb/learn/paths/az-400-develop-security-compliance-plan/
Implement resource management security in Azure https://docs.microsoft.com/en-gb/learn/paths/implement-resource-mgmt-security/
Prerequisites for Azure administrators https://docs.microsoft.com/en-gb/learn/paths/azure-administrator-prerequisites/
Architect infrastructure operations in Azure https://docs.microsoft.com/en-gb/learn/paths/architect-infrastructure-operations/
Learn how Microsoft supports cloud adoption as part of a cybersecurity solution https://docs.microsoft.com/en-gb/learn/paths/secure-cloud-adoption-cybersecurity/
Plan and manage your Azure costs https://docs.microsoft.com/en-us/learn/modules/plan-manage-azure-costs/
Manage resources in Azure https://docs.microsoft.com/en-gb/learn/paths/manage-resources-in-azure/
AZ-400: Facilitate communication and collaboration https://docs.microsoft.com/en-gb/learn/paths/az-400-facilitate-communication-collaboration/
Microsoft Azure Fundamentals: Describe Azure cost management and service level agreements https://docs.microsoft.com/en-gb/learn/paths/az-900-describe-azure-cost-management-service-level-agreements/
Azure for Researchers part 2: Cloud Security and Cost Management https://docs.microsoft.com/en-gb/learn/paths/researcher-cloud-security-cost-management/
Control Azure spending and manage bills with Azure Cost Management + Billing https://docs.microsoft.com/en-gb/learn/paths/control-spending-manage-bills/
Manage identities and governance for Azure administrators https://docs.microsoft.com/en-gb/learn/paths/azure-administrator-manage-identities-governance/

Things to remember

Accelerate your cloud adoption journey by using the Cloud Adoption Framework for Azure https://docs.microsoft.com/en-gb/learn/modules/build-cloud-governance-strategy-azure/9-accelerate-cloud-adoption-framework

Useful tools

Total Cost of Ownership (TCO) calculator https://azure.microsoft.com/en-gb/pricing/tco/calculator/
Pricing calculator https://azure.microsoft.com/en-gb/pricing/calculator/

Next lesson

https://docs.microsoft.com/en-us/learn/paths/az-104-manage-identities-governance/ https://docs.microsoft.com/en-gb/learn/modules/secure-azure-resources-with-rbac/

About

Scripts, templates stored during Azure training courses

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published