├── .gitattributes ├── AZ-900 Training Resources ├── Course Slides │ ├── Module 1 │ │ ├── 1.1 Module Introduction.pdf │ │ ├── 1.2 Create Your Azure Free Account.pdf │ │ ├── 1.3 AZ-900 Exam Format _ Official Blueprint.pdf │ │ └── 1.4 Module Completion _ Exam Hints.pdf │ ├── Module 10 │ │ ├── 10.1 Module Introduction.pdf │ │ ├── 10.11 Azure Security Services - Firewall and DDoS Protection.pdf │ │ ├── 10.12 Encryption Fundamentals and Azure Key Vault.pdf │ │ ├── 10.13 Azure AIP and ATP Fundamentals 101.pdf │ │ ├── 10.14 Module Completion _ Exam Hints.pdf │ │ ├── 10.2 Azure Cloud Shared Responsibility Model.pdf │ │ ├── 10.3 Optimize your Security with Azure Security Center.pdf │ │ ├── 10.5 Azure Identity Services - Azure Active Directory Fundamentals 101.pdf │ │ ├── 10.7 Multi-factor Authentication Fundamentals 101.pdf │ │ └── 10.9 Azure RBAC Fundamentals 101.pdf │ ├── Module 11 │ │ ├── 11.1 Module Introduction.pdf │ │ ├── 11.2 Introduction to Azure Pricing.pdf │ │ ├── 11.3 Azure TCO Calculator.pdf │ │ ├── 11.4 Azure Advisor and Azure Cost Management.pdf │ │ ├── 11.5 Azure Cost Management Best Practices.pdf │ │ ├── 11.6 Azure Support Plans.pdf │ │ ├── 11.7 Azure Service Level Agreements (SLAs).pdf │ │ └── 11.8 Module Completion _ Exam Hints.pdf │ ├── Module 12 │ │ └── 12.1 Let’s cleanup your Azure Account.pdf │ ├── Module 14 │ │ └── 14.1 Booking Microsoft Azure Fundamentals AZ-900 Exam.pdf │ ├── Module 2 │ │ ├── 2.1 Module Introduction.pdf │ │ ├── 2.2 Introduction to Cloud Computing.pdf │ │ ├── 2.3 Cloud Deployment Models .pdf │ │ ├── 2.4 Cloud Computing Models .pdf │ │ ├── 2.5 Advantages of Microsoft Azure Cloud Computing.pdf │ │ ├── 2.6 Understanding CapEx versus OpEx. Economies of Scale..pdf │ │ ├── 2.7 Azure Global Infrastructure - Regions and Availability Zones.pdf │ │ ├── 2.8 Azure Management Interfaces - How to Interact with Azure Cloud Platform.pdf │ │ └── 2.9 Module Completion _ Exam Hints.pdf │ ├── Module 3 │ │ ├── 3.1 Module Introduction.pdf │ │ ├── 3.10 Azure Network and Application Security Groups Fundamentals 101.pdf │ │ ├── 3.12 Azure Load Balancer Fundamentals 101.pdf │ │ ├── 3.15 Azure Traffic Manager Basics 101.pdf │ │ ├── 3.16 Module Completion _ Exam Hints.pdf │ │ ├── 3.4 Introduction to Azure Virtual Machines.pdf │ │ └── 3.5 Azure VMs Networking and High Availability Fundamentals 101.pdf │ ├── Module 4 │ │ ├── 4.1 Module Introduction.pdf │ │ ├── 4.10 Module Completion _ Exam Hints.pdf │ │ ├── 4.2 Azure Compute Options Introduction.pdf │ │ ├── 4.3 Azure Containers Fundamentals 101.pdf │ │ ├── 4.5 Azure App Service Fundamentals 101.pdf │ │ └── 4.7 Azure Serverless Computing Fundamentals 101.pdf │ ├── Module 5 │ │ ├── 5.1 Module Introduction.pdf │ │ ├── 5.11 Azure Files Storage Fundamentals 101.pdf │ │ ├── 5.13 Azure Queues Storage Fundamentals 101.pdf │ │ ├── 5.14 Azure Tables Storage Fundamentals 101.pdf │ │ ├── 5.15 Module Completion _ Exam Hints.pdf │ │ ├── 5.2 Introduction to Azure Storage.pdf │ │ ├── 5.3 Azure Blob Storage Fundamentals 101.pdf │ │ └── 5.6 Azure Managed Disks Fundamentals 101.pdf │ ├── Module 6 │ │ ├── 6.1 Module Introduction.pdf │ │ ├── 6.10 Azure Database Migration Basics 101.pdf │ │ ├── 6.11 Module Completion _ Exam Hints.pdf │ │ ├── 6.2 Azure Cosmos Database Fundamentals 101.pdf │ │ ├── 6.4 Azure SQL Database Fundamentals 101.pdf │ │ ├── 6.6 Azure Database for MySQL Basics 101.pdf │ │ └── 6.8 Azure Database for PostgreSQL Basics 101.pdf │ ├── Module 7 │ │ ├── 7.1 Module Introduction.pdf │ │ ├── 7.2 Networking in Azure Cloud Fundamentals 101.pdf │ │ ├── 7.3 IoT in Azure Cloud Basics 101.pdf │ │ ├── 7.4 Big Data and Analytics in Azure Cloud Basics 101.pdf │ │ ├── 7.5 Artificial Intelligence and Machine Learning in Azure Cloud Basics 101.pdf │ │ ├── 7.6 DevOps in Azure Basics 101.pdf │ │ └── 7.7 Module Completion _ Exam Hints.pdf │ ├── Module 8 │ │ ├── 8.1 Module Introduction.pdf │ │ ├── 8.10 Module Completion _ Exam Hints.pdf │ │ ├── 8.2 Introduction to Azure Resource Manager and ARM Templates.pdf │ │ ├── 8.3 Resource Groups Fundamentals 101.pdf │ │ ├── 8.4 Azure Tags Fundamentals 101.pdf │ │ ├── 8.6 Azure Policy Fundamentals 101.pdf │ │ └── 8.8 Azure Locks Fundamentals 101.pdf │ └── Module 9 │ │ ├── 9.1 Module Introduction.pdf │ │ ├── 9.10 Module Completion _ Exam Hints.pdf │ │ ├── 9.2 Azure Compliance, Regulations _ Standards.pdf │ │ ├── 9.3 Azure Blueprints Basics 101.pdf │ │ ├── 9.5 Azure Advisor Basics 101.pdf │ │ └── 9.7 Monitoring and Reporting - Azure Monitor _ Azure Service Health.pdf └── Hands-on Labs │ ├── Module 3 - Virtual Machines │ ├── 3.14 │ │ ├── Configuration Steps for Webserver in Ubuntu VM.txt │ │ ├── index.html for Webserver 01.txt │ │ └── index.html for Webserver 02.txt │ └── 3.9 │ │ └── index.html for Webserver 01.txt │ ├── Module 4 - Additional Computing Options │ ├── 4.4 │ │ └── 4.4 Hands-on Lab - Deploy a Container Instance.txt │ ├── 4.6 │ │ └── index.html for Webserver 01.txt │ └── 4.9 │ │ └── 4.9 Workflow using Azure Logic Apps - RSS URL.txt │ ├── Module 5 - Storage │ ├── 5.12 │ │ └── Test File for Azure Files Share.txt │ ├── 5.5 │ │ └── AZ-900 Badge.png │ └── 5.8 │ │ └── 5.8 Hands-on Lab - Connect to Windows VM from Mac or Linux.txt │ └── Module 6 - Databases in Azure │ ├── 6.3 │ ├── SQL Queries.txt │ ├── item1.json │ └── item2.json │ ├── 6.7 │ └── MySQL URL for Installer.rtf │ └── 6.9 │ └── PostgreSQL URL for Installer.rtf ├── Hands on Lab ├── module 3 - Virtual Machines │ ├── 3.11 Hands-on Lab - Modify NSG and Permit HTTP Traffic To Web Server │ │ ├── Annotation 2020-04-18 205638.jpg │ │ ├── Annotation 2020-04-18 205755.jpg │ │ └── Annotation 2020-04-18 205819.jpg │ ├── 3.13 Hands-on Lab - Create Azure Load Balancing │ │ ├── Annotation 2020-04-18 213055.jpg │ │ ├── Annotation 2020-04-18 213648.jpg │ │ ├── Annotation 2020-04-18 213753.jpg │ │ ├── Annotation 2020-04-18 214855.jpg │ │ └── Annotation 2020-04-18 214951.jpg │ ├── 3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing │ │ ├── Annotation 2020-04-19 200333.jpg │ │ ├── Annotation 2020-04-19 200404.jpg │ │ ├── Annotation 2020-04-19 201527.jpg │ │ ├── Annotation 2020-04-19 202953.jpg │ │ ├── Annotation 2020-04-19 203010.jpg │ │ ├── Annotation 2020-04-19 204848.jpg │ │ ├── Deployment-CreateVm-Canonical.UbuntuServer-18.04-LTS-20200419200717.zip │ │ ├── Deployment-CreateVm-Canonical.UbuntuServer-18.04-LTS-20200419201946.zip │ │ └── template-webserver01.zip │ └── 3.6 Hands-on Lab - Launch Linux VM in Azure Cloud │ │ ├── Annotation 2020-04-17 170122.jpg │ │ ├── Annotation 2020-04-17 170143.jpg │ │ ├── Annotation 2020-04-17 172015.jpg │ │ └── Deployment.jpg ├── module 4 - Additional Computing Options │ ├── 4.4 Hands-on Lab - Deploy a Container Instance Using Azure Portal │ │ ├── Annotation 2020-04-20 171414.jpg │ │ └── Deployment-Microsoft.ContainerInstances-20200420171146.zip │ ├── 4.6 Hands-on Lab - Deploy a Static HTML website using Azure Cloud Shell │ │ └── Annotation 2020-04-20 183613.jpg │ ├── 4.8 Hands-on Lab - Create Hello World App Using Azure Function App │ │ ├── Annotation 2020-04-21 201848.jpg │ │ ├── Annotation 2020-04-21 201921.jpg │ │ ├── Annotation 2020-04-21 203844.jpg │ │ └── Deployment-Microsoft.Web-FunctionApp-Portal-beaa3584-9541.zip │ └── 4.9 Hands-on Lab - Create a Workflow using Azure Logic App │ │ ├── Annotation 2020-04-22 084654.jpg │ │ ├── Annotation 2020-04-22 091344.jpg │ │ ├── Annotation 2020-04-22 091403.jpg │ │ ├── Annotation 2020-04-22 091431.jpg │ │ ├── Annotation 2020-04-22 091453.jpg │ │ └── Deployment-Microsoft.EmptyWorkflow.zip ├── module 5 - storage │ ├── 5.10 Hands-on Lab - Attach a Managed Disk to Windows VM │ │ └── Annotation 2020-04-23 132042.jpg │ ├── 5.4 Hands-on Lab - Create a Storage Account │ │ ├── Annotation 2020-04-23 101820.jpg │ │ ├── Annotation 2020-04-23 101920.jpg │ │ └── Deployment-Microsoft.StorageAccount-20200423101403.zip │ ├── 5.5 Hands-on Lab - Create a Container and Upload Data to Azure Storage │ │ ├── Annotation 2020-04-23 113312.jpg │ │ ├── Annotation 2020-04-23 113332.jpg │ │ ├── Annotation 2020-04-23 113350.jpg │ │ ├── Annotation 2020-04-23 113411.jpg │ │ ├── Annotation 2020-04-23 113432.jpg │ │ ├── Annotation 2020-04-23 115052.jpg │ │ ├── Annotation 2020-04-23 115107.jpg │ │ └── Annotation 2020-04-23 115130.jpg │ ├── 5.7 Hands-on Lab - Launch Windows VM in Azure Portal │ │ ├── Annotation 2020-04-23 111057.jpg │ │ ├── Annotation 2020-04-23 111130.jpg │ │ ├── Deployment-CreateVm-MicrosoftWindowsServer.WindowsServer-201-20200423110427.zip │ │ └── Deployment-CreateVm-MicrosoftWindowsServer.WindowsServer-201-20200423113501.zip │ └── 5.9 Hands-on Lab - Connect to Windows VM from Windows │ │ ├── Final year (1).docx │ │ ├── Final year.docx │ │ ├── IEEEtran_Paper (1).docx │ │ ├── WindowsVM01 (1).rdp │ │ ├── WindowsVM01.rdp │ │ ├── WindowsVM02 (1).rdp │ │ └── WindowsVM02.rdp └── module 6 - Database in Azure │ ├── 6.3 Hands-on Lab - Create Azure Cosmos DB in Azure Portal │ ├── Annotation 2020-04-25 170813.jpg │ ├── Annotation 2020-04-25 171001.jpg │ ├── Annotation 2020-04-25 181029.jpg │ ├── Annotation 2020-04-25 181437.jpg │ ├── Annotation 2020-04-25 181451.jpg │ └── Deployment-Microsoft.Azure.CosmosDB-20200425164849.zip │ ├── 6.5 Hands-on Lab - Create Azure SQL DB in Azure Portal │ ├── Annotation 2020-04-25 203955.jpg │ ├── Annotation 2020-04-25 204034.jpg │ └── Deployment-Microsoft.SQLDatabase.newDatabaseNewServer_060233c22d8f41c.zip │ ├── 6.7 Hands-on Lab - Create Azure DB for MySQL in Azure Portal │ └── Deployment-Microsoft.MySQLServer.createMySqlServer_384aefd34c584e4db7f7a8cc.zip │ └── 6.9 Hands-on Lab - Create Azure DB for PostgreSQL in Azure Portal │ ├── Annotation 2020-04-27 143041.jpg │ └── Deployment-Microsoft.PostgreSQLServer.createPostgreSqlServer_343080717fa24c.zip ├── Microsft AZ900 Certificate └── Microsoft_Certified_Professional_Certificate_0.pdf ├── README.md ├── WHIZLABZ Practice Test ├── AZ900 Test 1.pdf ├── AZ900 Test 3.pdf ├── AZ900 Test 4.pdf ├── AZ900 Test 5.pdf └── az900 test 2.pdf └── exam-az-900-microsoft-azure-fundamentals-skills-measured.pdf /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/.gitattributes -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 1/1.1 Module Introduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 1/1.1 Module Introduction.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 1/1.2 Create Your Azure Free Account.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 1/1.2 Create Your Azure Free Account.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 1/1.3 AZ-900 Exam Format _ Official Blueprint.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 1/1.3 AZ-900 Exam Format _ Official Blueprint.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 1/1.4 Module Completion _ Exam Hints.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 1/1.4 Module Completion _ Exam Hints.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 10/10.1 Module Introduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 10/10.1 Module Introduction.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 10/10.11 Azure Security Services - Firewall and DDoS Protection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 10/10.11 Azure Security Services - Firewall and DDoS Protection.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 10/10.12 Encryption Fundamentals and Azure Key Vault.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 10/10.12 Encryption Fundamentals and Azure Key Vault.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 10/10.13 Azure AIP and ATP Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 10/10.13 Azure AIP and ATP Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 10/10.14 Module Completion _ Exam Hints.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 10/10.14 Module Completion _ Exam Hints.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 10/10.2 Azure Cloud Shared Responsibility Model.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 10/10.2 Azure Cloud Shared Responsibility Model.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 10/10.3 Optimize your Security with Azure Security Center.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 10/10.3 Optimize your Security with Azure Security Center.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 10/10.5 Azure Identity Services - Azure Active Directory Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 10/10.5 Azure Identity Services - Azure Active Directory Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 10/10.7 Multi-factor Authentication Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 10/10.7 Multi-factor Authentication Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 10/10.9 Azure RBAC Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 10/10.9 Azure RBAC Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 11/11.1 Module Introduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 11/11.1 Module Introduction.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 11/11.2 Introduction to Azure Pricing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 11/11.2 Introduction to Azure Pricing.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 11/11.3 Azure TCO Calculator.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 11/11.3 Azure TCO Calculator.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 11/11.4 Azure Advisor and Azure Cost Management.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 11/11.4 Azure Advisor and Azure Cost Management.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 11/11.5 Azure Cost Management Best Practices.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 11/11.5 Azure Cost Management Best Practices.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 11/11.6 Azure Support Plans.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 11/11.6 Azure Support Plans.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 11/11.7 Azure Service Level Agreements (SLAs).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 11/11.7 Azure Service Level Agreements (SLAs).pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 11/11.8 Module Completion _ Exam Hints.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 11/11.8 Module Completion _ Exam Hints.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 12/12.1 Let’s cleanup your Azure Account.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 12/12.1 Let’s cleanup your Azure Account.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 14/14.1 Booking Microsoft Azure Fundamentals AZ-900 Exam.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 14/14.1 Booking Microsoft Azure Fundamentals AZ-900 Exam.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 2/2.1 Module Introduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 2/2.1 Module Introduction.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 2/2.2 Introduction to Cloud Computing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 2/2.2 Introduction to Cloud Computing.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 2/2.3 Cloud Deployment Models .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 2/2.3 Cloud Deployment Models .pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 2/2.4 Cloud Computing Models .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 2/2.4 Cloud Computing Models .pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 2/2.5 Advantages of Microsoft Azure Cloud Computing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 2/2.5 Advantages of Microsoft Azure Cloud Computing.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 2/2.6 Understanding CapEx versus OpEx. Economies of Scale..pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 2/2.6 Understanding CapEx versus OpEx. Economies of Scale..pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 2/2.7 Azure Global Infrastructure - Regions and Availability Zones.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 2/2.7 Azure Global Infrastructure - Regions and Availability Zones.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 2/2.8 Azure Management Interfaces - How to Interact with Azure Cloud Platform.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 2/2.8 Azure Management Interfaces - How to Interact with Azure Cloud Platform.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 2/2.9 Module Completion _ Exam Hints.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 2/2.9 Module Completion _ Exam Hints.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 3/3.1 Module Introduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 3/3.1 Module Introduction.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 3/3.10 Azure Network and Application Security Groups Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 3/3.10 Azure Network and Application Security Groups Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 3/3.12 Azure Load Balancer Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 3/3.12 Azure Load Balancer Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 3/3.15 Azure Traffic Manager Basics 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 3/3.15 Azure Traffic Manager Basics 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 3/3.16 Module Completion _ Exam Hints.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 3/3.16 Module Completion _ Exam Hints.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 3/3.4 Introduction to Azure Virtual Machines.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 3/3.4 Introduction to Azure Virtual Machines.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 3/3.5 Azure VMs Networking and High Availability Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 3/3.5 Azure VMs Networking and High Availability Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 4/4.1 Module Introduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 4/4.1 Module Introduction.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 4/4.10 Module Completion _ Exam Hints.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 4/4.10 Module Completion _ Exam Hints.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 4/4.2 Azure Compute Options Introduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 4/4.2 Azure Compute Options Introduction.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 4/4.3 Azure Containers Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 4/4.3 Azure Containers Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 4/4.5 Azure App Service Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 4/4.5 Azure App Service Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 4/4.7 Azure Serverless Computing Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 4/4.7 Azure Serverless Computing Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 5/5.1 Module Introduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 5/5.1 Module Introduction.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 5/5.11 Azure Files Storage Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 5/5.11 Azure Files Storage Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 5/5.13 Azure Queues Storage Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 5/5.13 Azure Queues Storage Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 5/5.14 Azure Tables Storage Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 5/5.14 Azure Tables Storage Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 5/5.15 Module Completion _ Exam Hints.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 5/5.15 Module Completion _ Exam Hints.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 5/5.2 Introduction to Azure Storage.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 5/5.2 Introduction to Azure Storage.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 5/5.3 Azure Blob Storage Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 5/5.3 Azure Blob Storage Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 5/5.6 Azure Managed Disks Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 5/5.6 Azure Managed Disks Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 6/6.1 Module Introduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 6/6.1 Module Introduction.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 6/6.10 Azure Database Migration Basics 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 6/6.10 Azure Database Migration Basics 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 6/6.11 Module Completion _ Exam Hints.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 6/6.11 Module Completion _ Exam Hints.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 6/6.2 Azure Cosmos Database Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 6/6.2 Azure Cosmos Database Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 6/6.4 Azure SQL Database Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 6/6.4 Azure SQL Database Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 6/6.6 Azure Database for MySQL Basics 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 6/6.6 Azure Database for MySQL Basics 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 6/6.8 Azure Database for PostgreSQL Basics 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 6/6.8 Azure Database for PostgreSQL Basics 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 7/7.1 Module Introduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 7/7.1 Module Introduction.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 7/7.2 Networking in Azure Cloud Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 7/7.2 Networking in Azure Cloud Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 7/7.3 IoT in Azure Cloud Basics 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 7/7.3 IoT in Azure Cloud Basics 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 7/7.4 Big Data and Analytics in Azure Cloud Basics 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 7/7.4 Big Data and Analytics in Azure Cloud Basics 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 7/7.5 Artificial Intelligence and Machine Learning in Azure Cloud Basics 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 7/7.5 Artificial Intelligence and Machine Learning in Azure Cloud Basics 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 7/7.6 DevOps in Azure Basics 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 7/7.6 DevOps in Azure Basics 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 7/7.7 Module Completion _ Exam Hints.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 7/7.7 Module Completion _ Exam Hints.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 8/8.1 Module Introduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 8/8.1 Module Introduction.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 8/8.10 Module Completion _ Exam Hints.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 8/8.10 Module Completion _ Exam Hints.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 8/8.2 Introduction to Azure Resource Manager and ARM Templates.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 8/8.2 Introduction to Azure Resource Manager and ARM Templates.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 8/8.3 Resource Groups Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 8/8.3 Resource Groups Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 8/8.4 Azure Tags Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 8/8.4 Azure Tags Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 8/8.6 Azure Policy Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 8/8.6 Azure Policy Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 8/8.8 Azure Locks Fundamentals 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 8/8.8 Azure Locks Fundamentals 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 9/9.1 Module Introduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 9/9.1 Module Introduction.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 9/9.10 Module Completion _ Exam Hints.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 9/9.10 Module Completion _ Exam Hints.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 9/9.2 Azure Compliance, Regulations _ Standards.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 9/9.2 Azure Compliance, Regulations _ Standards.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 9/9.3 Azure Blueprints Basics 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 9/9.3 Azure Blueprints Basics 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 9/9.5 Azure Advisor Basics 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 9/9.5 Azure Advisor Basics 101.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Course Slides/Module 9/9.7 Monitoring and Reporting - Azure Monitor _ Azure Service Health.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Course Slides/Module 9/9.7 Monitoring and Reporting - Azure Monitor _ Azure Service Health.pdf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Hands-on Labs/Module 3 - Virtual Machines/3.14/Configuration Steps for Webserver in Ubuntu VM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Hands-on Labs/Module 3 - Virtual Machines/3.14/Configuration Steps for Webserver in Ubuntu VM.txt -------------------------------------------------------------------------------- /AZ-900 Training Resources/Hands-on Labs/Module 3 - Virtual Machines/3.14/index.html for Webserver 01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Hands-on Labs/Module 3 - Virtual Machines/3.14/index.html for Webserver 01.txt -------------------------------------------------------------------------------- /AZ-900 Training Resources/Hands-on Labs/Module 3 - Virtual Machines/3.14/index.html for Webserver 02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Hands-on Labs/Module 3 - Virtual Machines/3.14/index.html for Webserver 02.txt -------------------------------------------------------------------------------- /AZ-900 Training Resources/Hands-on Labs/Module 3 - Virtual Machines/3.9/index.html for Webserver 01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Hands-on Labs/Module 3 - Virtual Machines/3.9/index.html for Webserver 01.txt -------------------------------------------------------------------------------- /AZ-900 Training Resources/Hands-on Labs/Module 4 - Additional Computing Options/4.4/4.4 Hands-on Lab - Deploy a Container Instance.txt: -------------------------------------------------------------------------------- 1 | mcr.microsoft.com/azuredocs/aci-helloworld -------------------------------------------------------------------------------- /AZ-900 Training Resources/Hands-on Labs/Module 4 - Additional Computing Options/4.6/index.html for Webserver 01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Hands-on Labs/Module 4 - Additional Computing Options/4.6/index.html for Webserver 01.txt -------------------------------------------------------------------------------- /AZ-900 Training Resources/Hands-on Labs/Module 4 - Additional Computing Options/4.9/4.9 Workflow using Azure Logic Apps - RSS URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Hands-on Labs/Module 4 - Additional Computing Options/4.9/4.9 Workflow using Azure Logic Apps - RSS URL.txt -------------------------------------------------------------------------------- /AZ-900 Training Resources/Hands-on Labs/Module 5 - Storage/5.12/Test File for Azure Files Share.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Hands-on Labs/Module 5 - Storage/5.12/Test File for Azure Files Share.txt -------------------------------------------------------------------------------- /AZ-900 Training Resources/Hands-on Labs/Module 5 - Storage/5.5/AZ-900 Badge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Hands-on Labs/Module 5 - Storage/5.5/AZ-900 Badge.png -------------------------------------------------------------------------------- /AZ-900 Training Resources/Hands-on Labs/Module 5 - Storage/5.8/5.8 Hands-on Lab - Connect to Windows VM from Mac or Linux.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Hands-on Labs/Module 5 - Storage/5.8/5.8 Hands-on Lab - Connect to Windows VM from Mac or Linux.txt -------------------------------------------------------------------------------- /AZ-900 Training Resources/Hands-on Labs/Module 6 - Databases in Azure/6.3/SQL Queries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Hands-on Labs/Module 6 - Databases in Azure/6.3/SQL Queries.txt -------------------------------------------------------------------------------- /AZ-900 Training Resources/Hands-on Labs/Module 6 - Databases in Azure/6.3/item1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Hands-on Labs/Module 6 - Databases in Azure/6.3/item1.json -------------------------------------------------------------------------------- /AZ-900 Training Resources/Hands-on Labs/Module 6 - Databases in Azure/6.3/item2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Hands-on Labs/Module 6 - Databases in Azure/6.3/item2.json -------------------------------------------------------------------------------- /AZ-900 Training Resources/Hands-on Labs/Module 6 - Databases in Azure/6.7/MySQL URL for Installer.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Hands-on Labs/Module 6 - Databases in Azure/6.7/MySQL URL for Installer.rtf -------------------------------------------------------------------------------- /AZ-900 Training Resources/Hands-on Labs/Module 6 - Databases in Azure/6.9/PostgreSQL URL for Installer.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/AZ-900 Training Resources/Hands-on Labs/Module 6 - Databases in Azure/6.9/PostgreSQL URL for Installer.rtf -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.11 Hands-on Lab - Modify NSG and Permit HTTP Traffic To Web Server/Annotation 2020-04-18 205638.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.11 Hands-on Lab - Modify NSG and Permit HTTP Traffic To Web Server/Annotation 2020-04-18 205638.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.11 Hands-on Lab - Modify NSG and Permit HTTP Traffic To Web Server/Annotation 2020-04-18 205755.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.11 Hands-on Lab - Modify NSG and Permit HTTP Traffic To Web Server/Annotation 2020-04-18 205755.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.11 Hands-on Lab - Modify NSG and Permit HTTP Traffic To Web Server/Annotation 2020-04-18 205819.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.11 Hands-on Lab - Modify NSG and Permit HTTP Traffic To Web Server/Annotation 2020-04-18 205819.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.13 Hands-on Lab - Create Azure Load Balancing/Annotation 2020-04-18 213055.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.13 Hands-on Lab - Create Azure Load Balancing/Annotation 2020-04-18 213055.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.13 Hands-on Lab - Create Azure Load Balancing/Annotation 2020-04-18 213648.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.13 Hands-on Lab - Create Azure Load Balancing/Annotation 2020-04-18 213648.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.13 Hands-on Lab - Create Azure Load Balancing/Annotation 2020-04-18 213753.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.13 Hands-on Lab - Create Azure Load Balancing/Annotation 2020-04-18 213753.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.13 Hands-on Lab - Create Azure Load Balancing/Annotation 2020-04-18 214855.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.13 Hands-on Lab - Create Azure Load Balancing/Annotation 2020-04-18 214855.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.13 Hands-on Lab - Create Azure Load Balancing/Annotation 2020-04-18 214951.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.13 Hands-on Lab - Create Azure Load Balancing/Annotation 2020-04-18 214951.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/Annotation 2020-04-19 200333.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/Annotation 2020-04-19 200333.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/Annotation 2020-04-19 200404.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/Annotation 2020-04-19 200404.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/Annotation 2020-04-19 201527.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/Annotation 2020-04-19 201527.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/Annotation 2020-04-19 202953.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/Annotation 2020-04-19 202953.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/Annotation 2020-04-19 203010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/Annotation 2020-04-19 203010.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/Annotation 2020-04-19 204848.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/Annotation 2020-04-19 204848.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/Deployment-CreateVm-Canonical.UbuntuServer-18.04-LTS-20200419200717.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/Deployment-CreateVm-Canonical.UbuntuServer-18.04-LTS-20200419200717.zip -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/Deployment-CreateVm-Canonical.UbuntuServer-18.04-LTS-20200419201946.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/Deployment-CreateVm-Canonical.UbuntuServer-18.04-LTS-20200419201946.zip -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/template-webserver01.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.14 Hands-on Lab - Configure Two WebServers and Test Load Balancing/template-webserver01.zip -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.6 Hands-on Lab - Launch Linux VM in Azure Cloud/Annotation 2020-04-17 170122.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.6 Hands-on Lab - Launch Linux VM in Azure Cloud/Annotation 2020-04-17 170122.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.6 Hands-on Lab - Launch Linux VM in Azure Cloud/Annotation 2020-04-17 170143.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.6 Hands-on Lab - Launch Linux VM in Azure Cloud/Annotation 2020-04-17 170143.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.6 Hands-on Lab - Launch Linux VM in Azure Cloud/Annotation 2020-04-17 172015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.6 Hands-on Lab - Launch Linux VM in Azure Cloud/Annotation 2020-04-17 172015.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 3 - Virtual Machines/3.6 Hands-on Lab - Launch Linux VM in Azure Cloud/Deployment.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 3 - Virtual Machines/3.6 Hands-on Lab - Launch Linux VM in Azure Cloud/Deployment.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 4 - Additional Computing Options/4.4 Hands-on Lab - Deploy a Container Instance Using Azure Portal/Annotation 2020-04-20 171414.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 4 - Additional Computing Options/4.4 Hands-on Lab - Deploy a Container Instance Using Azure Portal/Annotation 2020-04-20 171414.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 4 - Additional Computing Options/4.4 Hands-on Lab - Deploy a Container Instance Using Azure Portal/Deployment-Microsoft.ContainerInstances-20200420171146.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 4 - Additional Computing Options/4.4 Hands-on Lab - Deploy a Container Instance Using Azure Portal/Deployment-Microsoft.ContainerInstances-20200420171146.zip -------------------------------------------------------------------------------- /Hands on Lab/module 4 - Additional Computing Options/4.6 Hands-on Lab - Deploy a Static HTML website using Azure Cloud Shell/Annotation 2020-04-20 183613.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 4 - Additional Computing Options/4.6 Hands-on Lab - Deploy a Static HTML website using Azure Cloud Shell/Annotation 2020-04-20 183613.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 4 - Additional Computing Options/4.8 Hands-on Lab - Create Hello World App Using Azure Function App/Annotation 2020-04-21 201848.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 4 - Additional Computing Options/4.8 Hands-on Lab - Create Hello World App Using Azure Function App/Annotation 2020-04-21 201848.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 4 - Additional Computing Options/4.8 Hands-on Lab - Create Hello World App Using Azure Function App/Annotation 2020-04-21 201921.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 4 - Additional Computing Options/4.8 Hands-on Lab - Create Hello World App Using Azure Function App/Annotation 2020-04-21 201921.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 4 - Additional Computing Options/4.8 Hands-on Lab - Create Hello World App Using Azure Function App/Annotation 2020-04-21 203844.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 4 - Additional Computing Options/4.8 Hands-on Lab - Create Hello World App Using Azure Function App/Annotation 2020-04-21 203844.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 4 - Additional Computing Options/4.8 Hands-on Lab - Create Hello World App Using Azure Function App/Deployment-Microsoft.Web-FunctionApp-Portal-beaa3584-9541.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 4 - Additional Computing Options/4.8 Hands-on Lab - Create Hello World App Using Azure Function App/Deployment-Microsoft.Web-FunctionApp-Portal-beaa3584-9541.zip -------------------------------------------------------------------------------- /Hands on Lab/module 4 - Additional Computing Options/4.9 Hands-on Lab - Create a Workflow using Azure Logic App/Annotation 2020-04-22 084654.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 4 - Additional Computing Options/4.9 Hands-on Lab - Create a Workflow using Azure Logic App/Annotation 2020-04-22 084654.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 4 - Additional Computing Options/4.9 Hands-on Lab - Create a Workflow using Azure Logic App/Annotation 2020-04-22 091344.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 4 - Additional Computing Options/4.9 Hands-on Lab - Create a Workflow using Azure Logic App/Annotation 2020-04-22 091344.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 4 - Additional Computing Options/4.9 Hands-on Lab - Create a Workflow using Azure Logic App/Annotation 2020-04-22 091403.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 4 - Additional Computing Options/4.9 Hands-on Lab - Create a Workflow using Azure Logic App/Annotation 2020-04-22 091403.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 4 - Additional Computing Options/4.9 Hands-on Lab - Create a Workflow using Azure Logic App/Annotation 2020-04-22 091431.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 4 - Additional Computing Options/4.9 Hands-on Lab - Create a Workflow using Azure Logic App/Annotation 2020-04-22 091431.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 4 - Additional Computing Options/4.9 Hands-on Lab - Create a Workflow using Azure Logic App/Annotation 2020-04-22 091453.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 4 - Additional Computing Options/4.9 Hands-on Lab - Create a Workflow using Azure Logic App/Annotation 2020-04-22 091453.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 4 - Additional Computing Options/4.9 Hands-on Lab - Create a Workflow using Azure Logic App/Deployment-Microsoft.EmptyWorkflow.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 4 - Additional Computing Options/4.9 Hands-on Lab - Create a Workflow using Azure Logic App/Deployment-Microsoft.EmptyWorkflow.zip -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.10 Hands-on Lab - Attach a Managed Disk to Windows VM/Annotation 2020-04-23 132042.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.10 Hands-on Lab - Attach a Managed Disk to Windows VM/Annotation 2020-04-23 132042.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.4 Hands-on Lab - Create a Storage Account/Annotation 2020-04-23 101820.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.4 Hands-on Lab - Create a Storage Account/Annotation 2020-04-23 101820.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.4 Hands-on Lab - Create a Storage Account/Annotation 2020-04-23 101920.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.4 Hands-on Lab - Create a Storage Account/Annotation 2020-04-23 101920.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.4 Hands-on Lab - Create a Storage Account/Deployment-Microsoft.StorageAccount-20200423101403.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.4 Hands-on Lab - Create a Storage Account/Deployment-Microsoft.StorageAccount-20200423101403.zip -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.5 Hands-on Lab - Create a Container and Upload Data to Azure Storage/Annotation 2020-04-23 113312.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.5 Hands-on Lab - Create a Container and Upload Data to Azure Storage/Annotation 2020-04-23 113312.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.5 Hands-on Lab - Create a Container and Upload Data to Azure Storage/Annotation 2020-04-23 113332.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.5 Hands-on Lab - Create a Container and Upload Data to Azure Storage/Annotation 2020-04-23 113332.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.5 Hands-on Lab - Create a Container and Upload Data to Azure Storage/Annotation 2020-04-23 113350.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.5 Hands-on Lab - Create a Container and Upload Data to Azure Storage/Annotation 2020-04-23 113350.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.5 Hands-on Lab - Create a Container and Upload Data to Azure Storage/Annotation 2020-04-23 113411.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.5 Hands-on Lab - Create a Container and Upload Data to Azure Storage/Annotation 2020-04-23 113411.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.5 Hands-on Lab - Create a Container and Upload Data to Azure Storage/Annotation 2020-04-23 113432.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.5 Hands-on Lab - Create a Container and Upload Data to Azure Storage/Annotation 2020-04-23 113432.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.5 Hands-on Lab - Create a Container and Upload Data to Azure Storage/Annotation 2020-04-23 115052.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.5 Hands-on Lab - Create a Container and Upload Data to Azure Storage/Annotation 2020-04-23 115052.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.5 Hands-on Lab - Create a Container and Upload Data to Azure Storage/Annotation 2020-04-23 115107.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.5 Hands-on Lab - Create a Container and Upload Data to Azure Storage/Annotation 2020-04-23 115107.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.5 Hands-on Lab - Create a Container and Upload Data to Azure Storage/Annotation 2020-04-23 115130.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.5 Hands-on Lab - Create a Container and Upload Data to Azure Storage/Annotation 2020-04-23 115130.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.7 Hands-on Lab - Launch Windows VM in Azure Portal/Annotation 2020-04-23 111057.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.7 Hands-on Lab - Launch Windows VM in Azure Portal/Annotation 2020-04-23 111057.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.7 Hands-on Lab - Launch Windows VM in Azure Portal/Annotation 2020-04-23 111130.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.7 Hands-on Lab - Launch Windows VM in Azure Portal/Annotation 2020-04-23 111130.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.7 Hands-on Lab - Launch Windows VM in Azure Portal/Deployment-CreateVm-MicrosoftWindowsServer.WindowsServer-201-20200423110427.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.7 Hands-on Lab - Launch Windows VM in Azure Portal/Deployment-CreateVm-MicrosoftWindowsServer.WindowsServer-201-20200423110427.zip -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.7 Hands-on Lab - Launch Windows VM in Azure Portal/Deployment-CreateVm-MicrosoftWindowsServer.WindowsServer-201-20200423113501.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.7 Hands-on Lab - Launch Windows VM in Azure Portal/Deployment-CreateVm-MicrosoftWindowsServer.WindowsServer-201-20200423113501.zip -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.9 Hands-on Lab - Connect to Windows VM from Windows/Final year (1).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.9 Hands-on Lab - Connect to Windows VM from Windows/Final year (1).docx -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.9 Hands-on Lab - Connect to Windows VM from Windows/Final year.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.9 Hands-on Lab - Connect to Windows VM from Windows/Final year.docx -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.9 Hands-on Lab - Connect to Windows VM from Windows/IEEEtran_Paper (1).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.9 Hands-on Lab - Connect to Windows VM from Windows/IEEEtran_Paper (1).docx -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.9 Hands-on Lab - Connect to Windows VM from Windows/WindowsVM01 (1).rdp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.9 Hands-on Lab - Connect to Windows VM from Windows/WindowsVM01 (1).rdp -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.9 Hands-on Lab - Connect to Windows VM from Windows/WindowsVM01.rdp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.9 Hands-on Lab - Connect to Windows VM from Windows/WindowsVM01.rdp -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.9 Hands-on Lab - Connect to Windows VM from Windows/WindowsVM02 (1).rdp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.9 Hands-on Lab - Connect to Windows VM from Windows/WindowsVM02 (1).rdp -------------------------------------------------------------------------------- /Hands on Lab/module 5 - storage/5.9 Hands-on Lab - Connect to Windows VM from Windows/WindowsVM02.rdp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 5 - storage/5.9 Hands-on Lab - Connect to Windows VM from Windows/WindowsVM02.rdp -------------------------------------------------------------------------------- /Hands on Lab/module 6 - Database in Azure/6.3 Hands-on Lab - Create Azure Cosmos DB in Azure Portal/Annotation 2020-04-25 170813.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 6 - Database in Azure/6.3 Hands-on Lab - Create Azure Cosmos DB in Azure Portal/Annotation 2020-04-25 170813.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 6 - Database in Azure/6.3 Hands-on Lab - Create Azure Cosmos DB in Azure Portal/Annotation 2020-04-25 171001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 6 - Database in Azure/6.3 Hands-on Lab - Create Azure Cosmos DB in Azure Portal/Annotation 2020-04-25 171001.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 6 - Database in Azure/6.3 Hands-on Lab - Create Azure Cosmos DB in Azure Portal/Annotation 2020-04-25 181029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 6 - Database in Azure/6.3 Hands-on Lab - Create Azure Cosmos DB in Azure Portal/Annotation 2020-04-25 181029.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 6 - Database in Azure/6.3 Hands-on Lab - Create Azure Cosmos DB in Azure Portal/Annotation 2020-04-25 181437.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 6 - Database in Azure/6.3 Hands-on Lab - Create Azure Cosmos DB in Azure Portal/Annotation 2020-04-25 181437.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 6 - Database in Azure/6.3 Hands-on Lab - Create Azure Cosmos DB in Azure Portal/Annotation 2020-04-25 181451.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 6 - Database in Azure/6.3 Hands-on Lab - Create Azure Cosmos DB in Azure Portal/Annotation 2020-04-25 181451.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 6 - Database in Azure/6.3 Hands-on Lab - Create Azure Cosmos DB in Azure Portal/Deployment-Microsoft.Azure.CosmosDB-20200425164849.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 6 - Database in Azure/6.3 Hands-on Lab - Create Azure Cosmos DB in Azure Portal/Deployment-Microsoft.Azure.CosmosDB-20200425164849.zip -------------------------------------------------------------------------------- /Hands on Lab/module 6 - Database in Azure/6.5 Hands-on Lab - Create Azure SQL DB in Azure Portal/Annotation 2020-04-25 203955.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 6 - Database in Azure/6.5 Hands-on Lab - Create Azure SQL DB in Azure Portal/Annotation 2020-04-25 203955.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 6 - Database in Azure/6.5 Hands-on Lab - Create Azure SQL DB in Azure Portal/Annotation 2020-04-25 204034.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 6 - Database in Azure/6.5 Hands-on Lab - Create Azure SQL DB in Azure Portal/Annotation 2020-04-25 204034.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 6 - Database in Azure/6.5 Hands-on Lab - Create Azure SQL DB in Azure Portal/Deployment-Microsoft.SQLDatabase.newDatabaseNewServer_060233c22d8f41c.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 6 - Database in Azure/6.5 Hands-on Lab - Create Azure SQL DB in Azure Portal/Deployment-Microsoft.SQLDatabase.newDatabaseNewServer_060233c22d8f41c.zip -------------------------------------------------------------------------------- /Hands on Lab/module 6 - Database in Azure/6.7 Hands-on Lab - Create Azure DB for MySQL in Azure Portal/Deployment-Microsoft.MySQLServer.createMySqlServer_384aefd34c584e4db7f7a8cc.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 6 - Database in Azure/6.7 Hands-on Lab - Create Azure DB for MySQL in Azure Portal/Deployment-Microsoft.MySQLServer.createMySqlServer_384aefd34c584e4db7f7a8cc.zip -------------------------------------------------------------------------------- /Hands on Lab/module 6 - Database in Azure/6.9 Hands-on Lab - Create Azure DB for PostgreSQL in Azure Portal/Annotation 2020-04-27 143041.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 6 - Database in Azure/6.9 Hands-on Lab - Create Azure DB for PostgreSQL in Azure Portal/Annotation 2020-04-27 143041.jpg -------------------------------------------------------------------------------- /Hands on Lab/module 6 - Database in Azure/6.9 Hands-on Lab - Create Azure DB for PostgreSQL in Azure Portal/Deployment-Microsoft.PostgreSQLServer.createPostgreSqlServer_343080717fa24c.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Hands on Lab/module 6 - Database in Azure/6.9 Hands-on Lab - Create Azure DB for PostgreSQL in Azure Portal/Deployment-Microsoft.PostgreSQLServer.createPostgreSqlServer_343080717fa24c.zip -------------------------------------------------------------------------------- /Microsft AZ900 Certificate/Microsoft_Certified_Professional_Certificate_0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/Microsft AZ900 Certificate/Microsoft_Certified_Professional_Certificate_0.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/README.md -------------------------------------------------------------------------------- /WHIZLABZ Practice Test/AZ900 Test 1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/WHIZLABZ Practice Test/AZ900 Test 1.pdf -------------------------------------------------------------------------------- /WHIZLABZ Practice Test/AZ900 Test 3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/WHIZLABZ Practice Test/AZ900 Test 3.pdf -------------------------------------------------------------------------------- /WHIZLABZ Practice Test/AZ900 Test 4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/WHIZLABZ Practice Test/AZ900 Test 4.pdf -------------------------------------------------------------------------------- /WHIZLABZ Practice Test/AZ900 Test 5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/WHIZLABZ Practice Test/AZ900 Test 5.pdf -------------------------------------------------------------------------------- /WHIZLABZ Practice Test/az900 test 2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/WHIZLABZ Practice Test/az900 test 2.pdf -------------------------------------------------------------------------------- /exam-az-900-microsoft-azure-fundamentals-skills-measured.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrashantWalunj999/Exam-AZ-900-Microsoft-Azure-Fundamentals/HEAD/exam-az-900-microsoft-azure-fundamentals-skills-measured.pdf --------------------------------------------------------------------------------