All Projects → kristofferandreasen → Developing Solutions Azure Exam

kristofferandreasen / Developing Solutions Azure Exam

This repository contains resources for the Exam AZ-203: Developing Solutions for Microsoft Azure. You can find direct links to resources and and practice resources to test yourself ☁️🎓📚

Projects that are alternatives of or similar to Developing Solutions Azure Exam

Rockpaperscissorslizardspock
Rock, Paper, Scissors, Lizard, Spock - Sample Application
Stars: ✭ 477 (+708.47%)
Mutual labels:  azure, azure-functions, dotnet-core
Azure Readiness Checklist
This checklist is your guide to the best practices for deploying secure, scalable, and highly available infrastructure in Azure. Before you go live, go through each item, and make sure you haven't missed anything important!
Stars: ✭ 457 (+674.58%)
Mutual labels:  azure, azure-functions, azure-storage
Imgbot
An Azure Function solution to crawl through all of your image files in GitHub and losslessly compress them. This will make the file size go down, but leave the dimensions and quality untouched. Once it's done, ImgBot will open a pull request for you to review and merge. [email protected]
Stars: ✭ 732 (+1140.68%)
Mutual labels:  azure, azure-functions, dotnet-core
Azurestorageexplorer
☁💾 Manage your Azure Storage blobs, tables, queues and file shares from this simple and intuitive web application.
Stars: ✭ 88 (+49.15%)
Mutual labels:  azure, azure-storage, dotnet-core
Supersafebank
Sample Event Sourcing implementation with .NET Core
Stars: ✭ 142 (+140.68%)
Mutual labels:  azure, azure-functions, dotnet-core
Azure For Developers Workshop
The Azure cloud is huge and the vast service catalog may appear daunting at first, but it doesn’t have to be!
Stars: ✭ 38 (-35.59%)
Mutual labels:  azure, azure-functions, azure-storage
Aspnetboilerplate Core Ng
Tutorial for ASP.NET Boilerplate Core + Angular
Stars: ✭ 61 (+3.39%)
Mutual labels:  azure, dotnet-core, dotnetcore
Serverless Url Shortener
Azure Function for a URL shortening website. Uses serverless functions, Azure Table Storage and Application Insights.
Stars: ✭ 113 (+91.53%)
Mutual labels:  azure, azure-functions, azure-storage
Azure.data.wrappers
Azure Storage Simplified
Stars: ✭ 34 (-42.37%)
Mutual labels:  azure, azure-storage, dotnetcore
Storage
💿 Storage abstractions with implementations for .NET/.NET Standard
Stars: ✭ 380 (+544.07%)
Mutual labels:  azure, azure-storage, dotnet-core
Maximerouiller.azure.appservice.easyauth
.NET Core integration of Azure AppService EasyAuth
Stars: ✭ 38 (-35.59%)
Mutual labels:  azure, dotnet-core, dotnetcore
Kledex
.NET Standard framework to create simple and clean design. Advanced features for DDD, CQRS and Event Sourcing.
Stars: ✭ 502 (+750.85%)
Mutual labels:  azure, dotnet-core
Flubucore
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
Stars: ✭ 695 (+1077.97%)
Mutual labels:  dotnet-core, dotnetcore
Letsencrypt Siteextension
Azure Web App Site Extension for easy installation and configuration of Let's Encrypt issued SSL certifcates for custom domain names.
Stars: ✭ 727 (+1132.2%)
Mutual labels:  azure, azure-functions
Ocelot
.NET core API Gateway
Stars: ✭ 6,675 (+11213.56%)
Mutual labels:  dotnet-core, dotnetcore
Smartcode
SmartCode = IDataSource -> IBuildTask -> IOutput => Build Everything!!!
Stars: ✭ 464 (+686.44%)
Mutual labels:  dotnet-core, dotnetcore
Sendgrid Csharp
The Official Twilio SendGrid Led, Community Driven C#, .NetStandard, .NetCore API Library
Stars: ✭ 835 (+1315.25%)
Mutual labels:  dotnet-core, dotnetcore
Serverlessazurefriday
Serverless geo-replicated event-based architecture sample for Azure Friday
Stars: ✭ 17 (-71.19%)
Mutual labels:  azure, azure-functions
Smartsql
SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics
Stars: ✭ 775 (+1213.56%)
Mutual labels:  dotnet-core, dotnetcore
Cadscenario personalisation
This is a end to end Personalisation business scenario
Stars: ✭ 10 (-83.05%)
Mutual labels:  azure, azure-functions

Exam AZ-203

Exam AZ-203: Developing Solutions for Microsoft Azure

This repository is meant to help you get certified in Microsoft Azure. It contains various resources and links to help you level up in developing applications for Microsoft Azure. Feel free to help out with new resources if you find any relevant ones. The information in this repository is basedo on the skills measured in the exam. You can read the details here on the Microsoft website: Exam AZ-203: Developing Solutions for Microsoft Azure

Getting Started

Azure can be quite intimidating because of the vast amount of services and options. Therefore it would make sense to choose a specific learning path in order to learn how Azure can be used within the area you work in. I would recommend everyone getting started with Azure to visit the Microsoft Learn portal. The portal is a great resource for getting familiar with services in Azure.

The exam consists of these areas:

  • Develop Azure Infrastructure as a Service Compute Solutions (10-15%)
  • Develop Azure Platform as a Service Compute Solutions (20-25%)
  • Develop for Azure storage (15-20%)
  • Implement Azure security (10-15%)
  • Connect to and Consume Azure Services and Third-party Services (20-25%)

Each area will be described with links to the individual subjects.

Develop Azure Infrastructure as a Service Compute Solutions (10-15%)

Implement solutions that use virtual machines (VM)

Implement batch jobs by using Azure Batch Services

Create containerized solutions

Develop Azure Platform as a Service Compute Solutions (20-25%)

Create Azure App Service Web Apps

Create Azure App Service mobile apps

Create Azure App Service API apps

Implement Azure functions

Develop for Azure storage (15-20%)

Develop solutions that use storage tables

Develop solutions that use Cosmos DB storage

Develop solutions that use a relational database

Develop solutions that use blob storage

Implement Azure security (10-15%)

Implement authentication

Implement access control

Implement secure data solutions

Monitor, troubleshoot, and optimize Azure solutions (15-20%)

Develop code to support scalability of apps and services

Integrate caching and content delivery within solutions

Instrument solutions to support monitoring and logging

Connect to and Consume Azure Services and Third-party Services (20-25%)

Develop an App Service Logic App

Integrate Azure Search within solutions

Establish API Gateways

Develop event-based solutions

Develop message-based solutions

Flash Cards (Tinycards) for Practicing

I have created a set of Tinycards to help you practice for the exam. However, the exam does require you to code. The cards will therefore only be for yourself to practice knowledge regarding central concepts of the subjects.

TinyCards Flash Cards

EXAM AZ-203: Flash Cards for Practicing

Code Samples

The code samples are created by Microsoft and contain samples for each of the project areas. Only the areas where programming is necessary is represented in the samples. Some of the areas are primarily focused on the portal.

Exam Questions

It is possible to find relevant exam questions online. Here are a few links to relevant questions to help you prepare. These are closer than the flash cards to how your exam will actually look.

Courses - Exam Preparation

Contributing

This project was created to keep a centralized place for all the resources I needed to become proficient in Azure. Feel free to suggest or add other resources that might be relevant or let me know if some of the resources are unavailable.

You can read more on contributing in the contributing.md file.

Going Forward

The repository will be updated with regular intervals.

License

License: MIT

See the explanation of the MIT License here..

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].