├── 1. Develop Azure Compute Solutions ├── I.Implement IaaS solutions │ ├── 1.1. Provision VMs & Configure VMs for Remote Access.pdf │ ├── 1.2. Create ARM templates.pdf │ ├── 1.3. Create container images for solutions.pdf │ ├── 1.4. Publish an image to the Azure Container Registry.pdf │ ├── 1.5. Run containers by using Azure Container Instance.pdf │ ├── aci.md │ ├── acr.md │ ├── docker.md │ ├── implement-iaas-solutions.md │ └── vm-cli.md ├── II.Create Azure App Service Web Apps │ ├── 1.6. App Service.pdf │ └── app-service.md └── III.Implement Azure functions │ ├── 1.7. Serverless.pdf │ ├── 1.8. Azure Functions.pdf │ └── function.md ├── 2. Develop for Azure Storage ├── I.Develop solutions that use Cosmos DB storage │ ├── 2.1. Select the appropriate API for your solution.pdf │ ├── 2.2. Implement partitioning schemes.pdf │ ├── 2.3. Set the appropriate consistency level for operations.pdf │ └── 2.4. Create Cosmos DB containers.pdf ├── II.Develop solutions that use blob storage │ ├── 2.5. Data.pdf │ ├── 2.6. Azure Storage Solutions.pdf │ ├── 2.7. Move items in Blob storage between storage accounts or containers.pdf │ ├── 2.8. Implement data archiving and retention.pdf │ └── storage.md └── III.Develop solutions that use a relational database │ ├── 2.9. Azure SQL.pdf │ ├── elastic-pool.md │ └── sql.md ├── 3. Implement Azure security ├── 3.1. Security Basics.pdf ├── 3.2. Layered Approac for Security.pdf ├── 3.3. Azure Security Services.pdf ├── 3.4. Create and implement shared access signatures.pdf ├── 3.5. Register apps and use Azure Active Directory to authenticate users.pdf ├── 3.6 App Configuration.pdf ├── 3.7 Key Vault.pdf ├── 3.8. Implement Managed Identities for Azure resources.pdf └── sas.md ├── 4. Monitor, troubleshoot, and optimize ├── I.Integrate caching and content delivery within solutions │ ├── 4.1. Azure CDN.pdf │ ├── 4.2. Azure Front Door.pdf │ └── 4.3. Azure Redis cache.pdf └── II.Instrument solutions to support monitoring and logging │ ├── 4.3. Application Insights.pdf │ ├── 4.4. Analyze and troubleshoot solutions by using Azure Monitor.pdf │ └── 4.5. Implement code that handles transient faults.pdf ├── 5. Connect to and consume Azure services and third-party services ├── 5.1 Events.pdf ├── 5.2. Implement API management.pdf ├── 5.3. Messages.pdf ├── 5.4. Notification Hubs.pdf ├── 5.5. Logic Apps.pdf ├── 5.6. Azure Relay.pdf ├── event-hubs.md ├── logic-apps.md ├── queue-storage.md └── service-bus.md └── README.md /1. Develop Azure Compute Solutions/I.Implement IaaS solutions/1.1. Provision VMs & Configure VMs for Remote Access.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/1. Develop Azure Compute Solutions/I.Implement IaaS solutions/1.1. Provision VMs & Configure VMs for Remote Access.pdf -------------------------------------------------------------------------------- /1. Develop Azure Compute Solutions/I.Implement IaaS solutions/1.2. Create ARM templates.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/1. Develop Azure Compute Solutions/I.Implement IaaS solutions/1.2. Create ARM templates.pdf -------------------------------------------------------------------------------- /1. Develop Azure Compute Solutions/I.Implement IaaS solutions/1.3. Create container images for solutions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/1. Develop Azure Compute Solutions/I.Implement IaaS solutions/1.3. Create container images for solutions.pdf -------------------------------------------------------------------------------- /1. Develop Azure Compute Solutions/I.Implement IaaS solutions/1.4. Publish an image to the Azure Container Registry.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/1. Develop Azure Compute Solutions/I.Implement IaaS solutions/1.4. Publish an image to the Azure Container Registry.pdf -------------------------------------------------------------------------------- /1. Develop Azure Compute Solutions/I.Implement IaaS solutions/1.5. Run containers by using Azure Container Instance.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/1. Develop Azure Compute Solutions/I.Implement IaaS solutions/1.5. Run containers by using Azure Container Instance.pdf -------------------------------------------------------------------------------- /1. Develop Azure Compute Solutions/I.Implement IaaS solutions/aci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/1. Develop Azure Compute Solutions/I.Implement IaaS solutions/aci.md -------------------------------------------------------------------------------- /1. Develop Azure Compute Solutions/I.Implement IaaS solutions/acr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/1. Develop Azure Compute Solutions/I.Implement IaaS solutions/acr.md -------------------------------------------------------------------------------- /1. Develop Azure Compute Solutions/I.Implement IaaS solutions/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/1. Develop Azure Compute Solutions/I.Implement IaaS solutions/docker.md -------------------------------------------------------------------------------- /1. Develop Azure Compute Solutions/I.Implement IaaS solutions/implement-iaas-solutions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/1. Develop Azure Compute Solutions/I.Implement IaaS solutions/implement-iaas-solutions.md -------------------------------------------------------------------------------- /1. Develop Azure Compute Solutions/I.Implement IaaS solutions/vm-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/1. Develop Azure Compute Solutions/I.Implement IaaS solutions/vm-cli.md -------------------------------------------------------------------------------- /1. Develop Azure Compute Solutions/II.Create Azure App Service Web Apps/1.6. App Service.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/1. Develop Azure Compute Solutions/II.Create Azure App Service Web Apps/1.6. App Service.pdf -------------------------------------------------------------------------------- /1. Develop Azure Compute Solutions/II.Create Azure App Service Web Apps/app-service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/1. Develop Azure Compute Solutions/II.Create Azure App Service Web Apps/app-service.md -------------------------------------------------------------------------------- /1. Develop Azure Compute Solutions/III.Implement Azure functions/1.7. Serverless.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/1. Develop Azure Compute Solutions/III.Implement Azure functions/1.7. Serverless.pdf -------------------------------------------------------------------------------- /1. Develop Azure Compute Solutions/III.Implement Azure functions/1.8. Azure Functions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/1. Develop Azure Compute Solutions/III.Implement Azure functions/1.8. Azure Functions.pdf -------------------------------------------------------------------------------- /1. Develop Azure Compute Solutions/III.Implement Azure functions/function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/1. Develop Azure Compute Solutions/III.Implement Azure functions/function.md -------------------------------------------------------------------------------- /2. Develop for Azure Storage/I.Develop solutions that use Cosmos DB storage/2.1. Select the appropriate API for your solution.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/2. Develop for Azure Storage/I.Develop solutions that use Cosmos DB storage/2.1. Select the appropriate API for your solution.pdf -------------------------------------------------------------------------------- /2. Develop for Azure Storage/I.Develop solutions that use Cosmos DB storage/2.2. Implement partitioning schemes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/2. Develop for Azure Storage/I.Develop solutions that use Cosmos DB storage/2.2. Implement partitioning schemes.pdf -------------------------------------------------------------------------------- /2. Develop for Azure Storage/I.Develop solutions that use Cosmos DB storage/2.3. Set the appropriate consistency level for operations.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/2. Develop for Azure Storage/I.Develop solutions that use Cosmos DB storage/2.3. Set the appropriate consistency level for operations.pdf -------------------------------------------------------------------------------- /2. Develop for Azure Storage/I.Develop solutions that use Cosmos DB storage/2.4. Create Cosmos DB containers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/2. Develop for Azure Storage/I.Develop solutions that use Cosmos DB storage/2.4. Create Cosmos DB containers.pdf -------------------------------------------------------------------------------- /2. Develop for Azure Storage/II.Develop solutions that use blob storage/2.5. Data.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/2. Develop for Azure Storage/II.Develop solutions that use blob storage/2.5. Data.pdf -------------------------------------------------------------------------------- /2. Develop for Azure Storage/II.Develop solutions that use blob storage/2.6. Azure Storage Solutions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/2. Develop for Azure Storage/II.Develop solutions that use blob storage/2.6. Azure Storage Solutions.pdf -------------------------------------------------------------------------------- /2. Develop for Azure Storage/II.Develop solutions that use blob storage/2.7. Move items in Blob storage between storage accounts or containers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/2. Develop for Azure Storage/II.Develop solutions that use blob storage/2.7. Move items in Blob storage between storage accounts or containers.pdf -------------------------------------------------------------------------------- /2. Develop for Azure Storage/II.Develop solutions that use blob storage/2.8. Implement data archiving and retention.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/2. Develop for Azure Storage/II.Develop solutions that use blob storage/2.8. Implement data archiving and retention.pdf -------------------------------------------------------------------------------- /2. Develop for Azure Storage/II.Develop solutions that use blob storage/storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/2. Develop for Azure Storage/II.Develop solutions that use blob storage/storage.md -------------------------------------------------------------------------------- /2. Develop for Azure Storage/III.Develop solutions that use a relational database/2.9. Azure SQL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/2. Develop for Azure Storage/III.Develop solutions that use a relational database/2.9. Azure SQL.pdf -------------------------------------------------------------------------------- /2. Develop for Azure Storage/III.Develop solutions that use a relational database/elastic-pool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/2. Develop for Azure Storage/III.Develop solutions that use a relational database/elastic-pool.md -------------------------------------------------------------------------------- /2. Develop for Azure Storage/III.Develop solutions that use a relational database/sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/2. Develop for Azure Storage/III.Develop solutions that use a relational database/sql.md -------------------------------------------------------------------------------- /3. Implement Azure security/3.1. Security Basics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/3. Implement Azure security/3.1. Security Basics.pdf -------------------------------------------------------------------------------- /3. Implement Azure security/3.2. Layered Approac for Security.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/3. Implement Azure security/3.2. Layered Approac for Security.pdf -------------------------------------------------------------------------------- /3. Implement Azure security/3.3. Azure Security Services.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/3. Implement Azure security/3.3. Azure Security Services.pdf -------------------------------------------------------------------------------- /3. Implement Azure security/3.4. Create and implement shared access signatures.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/3. Implement Azure security/3.4. Create and implement shared access signatures.pdf -------------------------------------------------------------------------------- /3. Implement Azure security/3.5. Register apps and use Azure Active Directory to authenticate users.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/3. Implement Azure security/3.5. Register apps and use Azure Active Directory to authenticate users.pdf -------------------------------------------------------------------------------- /3. Implement Azure security/3.6 App Configuration.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/3. Implement Azure security/3.6 App Configuration.pdf -------------------------------------------------------------------------------- /3. Implement Azure security/3.7 Key Vault.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/3. Implement Azure security/3.7 Key Vault.pdf -------------------------------------------------------------------------------- /3. Implement Azure security/3.8. Implement Managed Identities for Azure resources.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/3. Implement Azure security/3.8. Implement Managed Identities for Azure resources.pdf -------------------------------------------------------------------------------- /3. Implement Azure security/sas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/3. Implement Azure security/sas.md -------------------------------------------------------------------------------- /4. Monitor, troubleshoot, and optimize/I.Integrate caching and content delivery within solutions/4.1. Azure CDN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/4. Monitor, troubleshoot, and optimize/I.Integrate caching and content delivery within solutions/4.1. Azure CDN.pdf -------------------------------------------------------------------------------- /4. Monitor, troubleshoot, and optimize/I.Integrate caching and content delivery within solutions/4.2. Azure Front Door.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/4. Monitor, troubleshoot, and optimize/I.Integrate caching and content delivery within solutions/4.2. Azure Front Door.pdf -------------------------------------------------------------------------------- /4. Monitor, troubleshoot, and optimize/I.Integrate caching and content delivery within solutions/4.3. Azure Redis cache.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/4. Monitor, troubleshoot, and optimize/I.Integrate caching and content delivery within solutions/4.3. Azure Redis cache.pdf -------------------------------------------------------------------------------- /4. Monitor, troubleshoot, and optimize/II.Instrument solutions to support monitoring and logging/4.3. Application Insights.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/4. Monitor, troubleshoot, and optimize/II.Instrument solutions to support monitoring and logging/4.3. Application Insights.pdf -------------------------------------------------------------------------------- /4. Monitor, troubleshoot, and optimize/II.Instrument solutions to support monitoring and logging/4.4. Analyze and troubleshoot solutions by using Azure Monitor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/4. Monitor, troubleshoot, and optimize/II.Instrument solutions to support monitoring and logging/4.4. Analyze and troubleshoot solutions by using Azure Monitor.pdf -------------------------------------------------------------------------------- /4. Monitor, troubleshoot, and optimize/II.Instrument solutions to support monitoring and logging/4.5. Implement code that handles transient faults.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/4. Monitor, troubleshoot, and optimize/II.Instrument solutions to support monitoring and logging/4.5. Implement code that handles transient faults.pdf -------------------------------------------------------------------------------- /5. Connect to and consume Azure services and third-party services/5.1 Events.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/5. Connect to and consume Azure services and third-party services/5.1 Events.pdf -------------------------------------------------------------------------------- /5. Connect to and consume Azure services and third-party services/5.2. Implement API management.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/5. Connect to and consume Azure services and third-party services/5.2. Implement API management.pdf -------------------------------------------------------------------------------- /5. Connect to and consume Azure services and third-party services/5.3. Messages.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/5. Connect to and consume Azure services and third-party services/5.3. Messages.pdf -------------------------------------------------------------------------------- /5. Connect to and consume Azure services and third-party services/5.4. Notification Hubs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/5. Connect to and consume Azure services and third-party services/5.4. Notification Hubs.pdf -------------------------------------------------------------------------------- /5. Connect to and consume Azure services and third-party services/5.5. Logic Apps.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/5. Connect to and consume Azure services and third-party services/5.5. Logic Apps.pdf -------------------------------------------------------------------------------- /5. Connect to and consume Azure services and third-party services/5.6. Azure Relay.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/5. Connect to and consume Azure services and third-party services/5.6. Azure Relay.pdf -------------------------------------------------------------------------------- /5. Connect to and consume Azure services and third-party services/event-hubs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/5. Connect to and consume Azure services and third-party services/event-hubs.md -------------------------------------------------------------------------------- /5. Connect to and consume Azure services and third-party services/logic-apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/5. Connect to and consume Azure services and third-party services/logic-apps.md -------------------------------------------------------------------------------- /5. Connect to and consume Azure services and third-party services/queue-storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/5. Connect to and consume Azure services and third-party services/queue-storage.md -------------------------------------------------------------------------------- /5. Connect to and consume Azure services and third-party services/service-bus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/5. Connect to and consume Azure services and third-party services/service-bus.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DishanRajapaksha/AZ-204/HEAD/README.md --------------------------------------------------------------------------------