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.
-
App Configuration
- Demonstrates Azure App Configuration service usage
-
Application Insights - Broken App
- Example of instrumenting an application with Azure Application Insights
-
Azure Container Registry - Dockerfile
- Sample Dockerfile and ACR integration
-
CDN Management
- Azure Content Delivery Network management samples
-
Cosmos DB
- Add Items
- Pretrigger
- Query Items
- Stored Procedure
-
Develop Azure Functions
- Serverless computing with Azure Functions
-
Event Hubs
- Event processing with Azure Event Hubs
-
Key Vaults - Secrets Retrieval
- Secure secrets management with Azure Key Vault
-
Microsoft Graph Console
- Interacting with Microsoft Graph API
-
MSAL Client Application
- Microsoft Authentication Library integration
-
Redis Cache
- Azure Cache for Redis usage examples
-
Service Bus
- Messaging with Azure Service Bus
-
Storage Account
- List Containers
- Container SAS
- Metadata Management
- SAS Builder
- User Delegation SAS
- Static Website
-
Storage Queue Function App
- Azure Functions with Storage Queue trigger
-
API Management
- API Management service configuration and usage
-
App Service
- Bootstrap template to deploy WebApp
- Clone this repository
- Navigate to the folder of the topic you want to explore
- Follow the README instructions in each folder for setup and execution
- Develop Azure compute solutions
- Develop for Azure storage
- Implement Azure security
- Monitor, troubleshoot, and optimize Azure solutions
- Connect to and consume Azure services and third-party services
- Develop solutions that use Azure Cosmos DB
Exam AZ-204: Developing Solutions for Microsoft Azure
AZ-204: Developing Solutions for Microsoft Azure
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!
If you encounter any problems while working with these code samples:
- Check the README in the specific folder for troubleshooting tips
- If the problem persists, please open an issue in this repository
- Provide a clear description of the problem, including any error messages
- Specify which sample you're working with and the steps to reproduce the issue
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.