Skip to content

rithinskaria/AZ-204

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AZ-204: Developing Solutions for Microsoft Azure

Overview

This repository contains code samples and projects to help you prepare for the AZ-204 (Developing Solutions for Microsoft Azure) certification exam. Each folder corresponds to a key topic or service covered in the exam.

Repository Structure

  1. App Configuration

    • Demonstrates Azure App Configuration service usage
  2. Application Insights - Broken App

    • Example of instrumenting an application with Azure Application Insights
  3. Azure Container Registry - Dockerfile

    • Sample Dockerfile and ACR integration
  4. CDN Management

    • Azure Content Delivery Network management samples
  5. Cosmos DB

    • Add Items
    • Pretrigger
    • Query Items
    • Stored Procedure
  6. Develop Azure Functions

    • Serverless computing with Azure Functions
  7. Event Hubs

    • Event processing with Azure Event Hubs
  8. Key Vaults - Secrets Retrieval

    • Secure secrets management with Azure Key Vault
  9. Microsoft Graph Console

    • Interacting with Microsoft Graph API
  10. MSAL Client Application

    • Microsoft Authentication Library integration
  11. Redis Cache

    • Azure Cache for Redis usage examples
  12. Service Bus

    • Messaging with Azure Service Bus
  13. Storage Account

    • List Containers
    • Container SAS
    • Metadata Management
    • SAS Builder
    • User Delegation SAS
    • Static Website
  14. Storage Queue Function App

    • Azure Functions with Storage Queue trigger
  15. API Management

    • API Management service configuration and usage
  16. App Service

    • Bootstrap template to deploy WebApp

Getting Started

  1. Clone this repository
  2. Navigate to the folder of the topic you want to explore
  3. Follow the README instructions in each folder for setup and execution

Exam Topics and Official Documentation

Official Exam Page

Exam AZ-204: Developing Solutions for Microsoft Azure

Microsoft Learn Path

AZ-204: Developing Solutions for Microsoft Azure

Contributing

If you find any issues with the code samples or have suggestions for improvements, please open an issue in this repository. We welcome your feedback and contributions!

Reporting Issues

If you encounter any problems while working with these code samples:

  1. Check the README in the specific folder for troubleshooting tips
  2. If the problem persists, please open an issue in this repository
  3. Provide a clear description of the problem, including any error messages
  4. Specify which sample you're working with and the steps to reproduce the issue

Disclaimer

These code samples are for exam preparation purposes and may not represent production-ready code. Always follow Azure best practices and security guidelines in real-world scenarios.