AZ-900: Microsoft Azure Fundamentals
Module 1: Cloud Concepts
Cloud Models
- Public, Private, and Hybrid Cloud
- Compare Cloud Models
Cloud Benefits and Considerations
- Benefits of Cloud
- Cloud Consideration
Cloud Services
- IaaS, PaaS, SaaS
- Sharing responsibility
Module 2: Core Azure Services
Azure Architectural Components
- Regions and Availability Zones
- Subscriptions and Resource Groups
Core Azure Resources
- Compute
- Networking
- Storage
- Databases
Module 3: Core Solutions
Core Azure Solutions
- IoT to Azure Sphere
- Synapse Analytics to Databricks
- AI/ML
Azure Management Tools
- Portal, Powershell, CLI, and Others
- Advisor, Monitor, and Service Health
Module 4: Security
Azure Security Features
- Security Center and Resource Hygiene
- Key Vault, Sentinel, and Dedicated Hosts
Azure Network Security
- Defense in Depth
- Network Security Groups and Firewalls
- DDoS Protection
Module 5: Identity, Governance, Privacy, and Compliance
Azure Identity Services
- Authentication Verses Authorization
- Azure AD, MFA, SSO, and Conditional Access
Azure Governance Features
- RBAC
- Resource locks and Tags
- Policy, Blueprints, and CAF
Azure Privacy and Compliance
- Privacy statements and Online Services Terms
- Trust Center and Compliance Documentation
- Azure sovereign Regions
Module 6: Azure Pricing and Lifecycle
Methods of Managing Costs
- Factors Affecting Costs
- Options to Reduce and Control costs
- Azure Cost Management
Service Level Agreements and Lifecycles
- Azure Service Level Agreement (SLA)
- Factors Impacting SLAs
- Azure Product and Feature Lifecycle
AZ-204: Developing Solutions for Microsoft Azure
Module 1: Creating Azure App Service Web Apps
Azure App Service core concepts
- Azure shared responsibility model
- App Service
- Web Apps
- Key features of App Service Web Apps
- App Service plans
- Authentication and authorization
- Azure App Service Hybrid Connections
- Azure App Service Local Cache
- App Service environments (ASEs)
Creating an Azure App Service Web App
- Create and deploy a web app with Azure command-line interface (CLI)
- Creating a Web App with Azure PowerShell
- Creating an App Service plan with Azure PowerShell
- App Service on Linux
- Docker in App Service on Linux
- Web apps for Linux containers
Configuring and Monitoring App Service apps
- App Service settings
- Path mappings
- Updating app runtimes
- CORS
- OS and runtime patching
- Inbound and outbound IP addresses
Inbound and outbound IP addresses
- Autoscale
- Autoscale metrics
- Autoscale patterns
- Scale based on CPU
- Autoscale setting schema
- Autoscale concepts
Azure App Service staging environments
- Deployment slots
- Modern deployment workflow
- Auto swap
- Route traffic between slots
- Automate slot management - Azure PowerShell
- Automate slot management - Azure CLI
Lab: Building a web application on Azure platform as a service offerings
Module 2: Implement Azure Functions
Azure Functions overview
- Azure Functions
- Function integrations
- Azure Function (Java program – Function.java)
- Azure Function (Python script – __init__.py)
- Scale and hosting
- Azure Functions hosting
- Triggers
- Trigger types
- Input and Output Bindings
- Bindings
- Integrating with Azure Virtual Network
Developing Azure Functions
- Azure Functions in Visual Studio Code
- Function code
- Binding configuration
- Binding-based code
- Function folder structure
- Function App settings
Implement Durable Functions
- Durable Functions
- Durable Functions types
- Durable Function scenario – Chaining
- Durable Function scenario - Fan-out/fan-in
- Durable Function scenario - Async HTTP APIs
- Durable Function scenario – Monitoring
- Durable Function scenario - Human interaction
Lab: Implement task processing logic by using Azure Functions
Module 3: Develop solutions that use blob storage
Azure Blob storage core concepts
- Azure Storage overview
- Azure Blob storage
- Azure Blob storage resource hierarchy
- Blob types
- Block blobs
- Append blobs
- Page blobs
- Blob events
- Storage durability options
Managing the Azure Blob storage lifecycle
- Storage tiers
- Storage tier pricing
- Lifecycle management
Working with Azure Blob storage
- Managing blob properties and metadata
- Blob container properties
- Exclusive access for modifying a blob
- Lease Blob operation
Lab: Retrieving Azure Storage resources and metadata by using the Azure Storage SDK for .NET
Module 4: Develop solutions that use Cosmos DB storage
Azure Cosmos DB overview
- Azure Cosmos DB
- Core functionality
- Global Replication
- Consistency levels
- APIs
- Migrating from NoSQL
- Cosmos DB throughput
Azure Cosmos DB data structure
- Resource hierarchy
- Containers
- Partitioning
- Partitioning implementation
Create and update documents by using code
- Manage collections and documents
- Creating a CosmosClient instance by using .NET
- Accessing a database by using .NET
- Accessing a container by using .NET
- JavaScript and Azure Cosmos DB
- Stored procedures
- Bounded execution
- Transaction continuation
- Optimistic concurrency
Lab: Constructing a polyglot data solution
Module 5: Implement IaaS solutions
Provisioning VMs in Azure
- Azure virtual machine creation checklist
- Naming a VM
- VM pricing models
- VM storage options
- Managed and unmanaged disks
- Azure virtual machine creation and management
- Accessing an Azure VM by using PowerShell
- Capturing performance diagnostics for a VM
- Recovering a failed VM by using a rescue VM
- Sizing a VM
- VM configuration options
- VM categories
- Manage the availability of your Azure VMs
- High availability and disaster recovery
- Availability sets, Fault domains, Update domains
- Image in Azure Marketplace
- Image Uniform Resource Name (URN)
- Azure Shared Image Gallery
- VM Serial Console
Create and deploy Azure Resource Manager templates
- Azure Resource Manager overview
- Terminology
- Resource Manager template deployment
- Three-tier Azure Resource Manager template
- Nested Resource Manager template
- Create Resource Manager templates by using the Azure portal
Create container images for solutions
- Virtualization and containers
- Container Images
- Docker
- Retrieving a new container image from Docker Hub
- Creating a container image specification with a Dockerfile
- Building the container image
- Running the custom container image as a container
Publish a container image to Azure Container Registry
- Azure Container Registry (ACR)
- Docker containers and registries
- Container Registry SKUs
- Azure Container Registry Build (ACR Build)
- Building images in Container Registry
- Trigger ACR Build by using Azure CLI
Create and run container images in Azure Container Instances
- Azure Container Instances (ACI)
- Container groups
- Container Instances features
- Deploy a container to Container Instances
Lab: Deploying compute workloads by using images and containers
Module 6: Implement user authentication and authorization
Microsoft identity platform
- Identity as the control plane
- Azure Active Directory
- Azure AD evolution
- Microsoft identity platform
- Azure AD evolution
- Microsoft identity platform overview
- Objects in Azure AD
- Application registration
- Authentication endpoints
- Authorize access to web applications by using OAuth
- service-to-service calls using client credentials
- Common authentication flows
- Interactive authentication flow
- On-Behalf-Of authentication flow
- Client credentials authentication flow
- Device code authentication flow
- Certificate-based authentication
Microsoft Authentication Library (MSAL)
- Microsoft Authentication Library (MSAL)
- Creating an authentication context by using MSAL
- Acquiring a token interactively using MSAL
- Get user profile using MSAL
Microsoft Graph
- Microsoft 365 platform
- Microsoft Graph data and services
- Graph data
- Graph explorer
- Microsoft Graph SDK
- Microsoft Graph authentication SDK
- Creating an authentication provider
- Microsoft Graph SDK Fluent API
- Using Graph Service client
Authorizing data operations in Azure Storage
- Container permissions
- CORS support for the Azure Storage services
- Authorization
- Shared Access Signatures
- Establishing a stored access policy
- Shared Access Signatures (SASs)
- Valet key pattern by using Shared Access Signatures
- Stored access policies
- SAS token generation from a stored access policy
Lab: Authenticating to and querying Microsoft Graph by using MSAL and .NET SDKs
Module 7: Implement secure cloud solutions
Manage keys, secrets, and certificates by using the KeyVault API
- Azure Key Vault
- Key Vault concepts
- Key Vault authentication
- Key Vault secret types
- Create Key Vault secret by using Azure CLI
Implement Managed Identities for Azure resources
- Azure AD–managed identity
- Managed identities implementation
- System-assigned managed identity
- User-assigned managed identity
- Types of managed identities
- Managed identities use cases
- Configure managed identities for Web Apps by using Azure CLI
Secure app configuration data by using Azure App Configuration
- Azure App Configuration
- Keys and values
- Azure App Configuration
- Labels
- Feature Management
Lab: Access resource secrets more securely across services
Module 8: Implement API Management
API Management overview
- API Management (APIM)
- Terminology, Products
- Products and APIs
- APIs and operations
- Back-end and front-end APIs
Working with APIs in APIM
- API Management instance overview
- Manage using Git
- Service hierarchy
- Policies, Policy scopes
- Advanced policy scenarios
Configure authentication for APIs
- Subscriptions
- Client certificates
Lab: Creating a multi-tier solution by using services in Azure
Module 9: Develop event-based solutions
Azure Event Grid
- Event-driven architecture
- Azure Event Grid
- Sources and handlers
- Event Grid concepts
- Schema, Security, Filtering
- Authoring custom events
- Event domains
Azure Event Hubs
- Publishing events
- Partitions, Consumer groups, Capture
- Integration with Kafka
- Event Hubs and Apache Kafka mapping
- Security model
- Creating a namespace manager by using the root key
- Creating a SAS key
Lab: Publishing and subscribing to Event Grid events
Module 10: Develop message-based solutions
Azure Service Bus
- Comparing cloud messaging options
- Azure Service Bus
- Events vs. messaging services
- Queues
- Queue-based load leveling
- Topics and subscriptions
- Messages, payloads, and serialization
Azure Queue Storage
- Components
- Code examples
Lab: Asynchronously processing messages by using Azure Queue Storage
Module 11: Instrument solutions to support monitoring and logging
Overview of monitoring in Azure
- Azure Monitor
- Monitoring data platform
- Alerts
- Alerts workflow
- Alert state
- Application Insights
- Application Insights architecture
Configure instrumentation in an app or service
- Application Insights for webpages
- Application Insights for console applications
- Application Insights for desktop apps
- Application Insights platforms
- Other monitoring tools
Analyzing and troubleshooting apps
- What data does Azure Monitor collect?
- Data source
- Azure Monitor sources
- Application Insights overview
- Monitored metrics, Application Map
- Components
- View activity logs to audit actions on resources
- Auditing in Azure PowerShell
- Monitor the availability and responsiveness of a website
Implement code that handles transient faults
- Transient errors
- Handling transient errors
- Retrying after a transient error
- Detecting if an error is transient
Lab: Monitoring services that are deployed to Azure
Module 12: Integrate caching and content delivery within solutions
Azure Cache for Redis
- Redis
- Redis data types
- Redis operations
- Azure Cache for Redis
- Azure Cache for Redis usage
- Configuration
- Accessing a Redis cache from a client
Develop for storage on CDNs
- Content delivery networks (CDNs)
- Improving the client experience by using a CDN
- CDN uses
- Azure CDN, Azure CDN platform, and usage
- Manage Azure CDN profiles by using Azure CLI
- Cache expiration in Azure CDN
- Purging and preloading assets by using Azure CLI
Lab: Enhancing a web application by using the Azure Content Delivery Network
AI-900: Microsoft Azure AI Fundamentals
Module 1: Introduction to AI
Artificial Intelligence in Azure
- What is Artificial Intelligence?
- Common Artificial Intelligence Workloads
- Artificial Intelligence in Microsoft Azure
Responsible AI
- Challenges and Risks with AI
- Principles of Responsible AI
Module 2: Machine Learning
Introduction to machine learning
- What is machine learning?
- Regression
- Classification
- Clustering
Azure Machine Learning
- What is Azure Machine Learning?
- Automated Machine Learning
- Azure Machine Learning designer
Module 3: Computer Vision
Computer Vision Concepts
- What is Computer Vision?
- Applications of Computer Vision
Computer Vision in Azure
- Cognitive Services
- Image Analysis with the Computer Vision Service
- Training Models with the Custom Vision Service
- Analyzing Faces with the Face Service
- Reading Text with the Computer Vision Service
- Analyzing Forms with the Form Recognizer Service
Module 4: Natural Language Processing
Introduction to Natural Language Processing
- What is Natural Language Processing?
- Natural Language Processing in Azure
Using Natural Language Processing Services
- Text Analytics
- Speech Recognition and Synthesis
- Translation
- Language Understanding
Module 5: Conversational AI
Conversational AI Concepts
- What is Conversational AI?
- Responsible AI Guidelines for Bots
Conversational AI in Azure
- QnA Maker Service
- Azure Bot Service
AI-102: Designing and Implementing a Microsoft Azure AI Solution
Module 1: Introduction to AI on Azure
Introduction to AI
- What is Artificial Intelligence?
- Data Science, Machine Learning, and AI
- AI for Software Engineers
- Considerations for Responsible AI
AI on Azure
- Azure Machine Learning
- Azure Cognitive Services
- Azure Bot Service
- Azure Cognitive Search
Module 2: Developing AI Apps with Cognitive Services
Getting Started with Cognitive Services
- Provisioning Cognitive Services Resources
- Endpoints, Keys, and Locations
- Cognitive Services REST APIs
- Cognitive Services SDKs
Using Cognitive Services for Enterprise Applications
- Considerations for Cognitive Services Security
- Monitoring Cognitive Services Activity
- Cognitive Services and Containers
Module 3: Getting Started with Natural Language Processing
Analyzing Text
- The Text Analytics Service
- Language Detection
- Key Phrase Extraction
- Sentiment Analysis
- Named Entity Recognition
Translating Text
- The Translator Service
- Detection, Translation, and Transliteration
- Translation Options
- Custom Translation
Module 4: Building Speech-Enabled Applications
Speech Recognition and Synthesis
- The Speech Service
- Speech-to-Text
- Text-to-Speech
- Audio Format and Voices
- Speech Synthesis Markup Language (SSML)
Speech Translation
- Translating Speech to Text
- Synthesizing Translations as Speech
Module 5: Creating Language Understanding Solutions
Creating a Language Understanding App
- Introduction to Language Understanding
- Language Understanding Resources in Azure
- Intents and Utterances
- Entities
- Patterns and Pattern.any() Entities
- Prebuilt Models
- Training, Testing, Publishing, and Reviewing
Publishing and Using a Language Understanding App
- Publishing Configuration Options
- Processing Predictions
- Using a Container
- Using Multiple Language Models
Using Language Understanding with Speech
- Speech and Language Understanding Integration
- Intent Recognition with the Speech SDK
Module 6: Building a QnA Solution
Creating a QnA Knowledge Base
- Introduction to QnA Maker
- QnA Maker vs Language Understanding
- Creating a Knowledge Base
- Multi-Turn Conversation
Publishing and Using a QnA Knowledge Base
- Testing and Publishing a Knowledge Base
- Client Interfaces
- Active Learning
- Creating a QnA Bot
Module 7: Conversational AI and the Azure Bot Service
Bot Basics
- Conversational AI and Bots
- Azure Bot Service and the Microsoft Bot Framework SDK
- Developing a Bot with the Bot Framework SDK
- Activity Handlers
- Dialogs
- Deploying a Bot to the Azure Bot Service
Implementing a Bot
- Bot Design Principles
- Designing Conversation Flow
- Designing for Interruptions
- Designing the User Experience
- Bot Framework Composer
Module 8: Getting Started with Computer Vision
Analyzing Images
- The Computer Vision Service
- Image Analysis
- Smart-Cropped Thumbnails
Analyzing Videos
- Video Analyzer for Media
- Custom Insights
- Video Analyzer Widgets and API
Module 9: Developing Custom Vision Solutions
Image Classification
- The Custom Vision Service
- What is Image Classification?
- Training an Image Classifier
Object Detection
- What is Object Detection?
- Training an Object Detector
- Labeling Images
Module 10: Detecting, Analyzing, and Recognizing Faces
Detecting Faces with the Computer Vision Service
- Options for Face Detection, Analysis, and Recognition
- Considerations for Face Detection and Facial Recognition
- Face Detection with the Computer Vision Service
Using the Face Service
- The Face Service
- Detected Face Identification
- Persisted Face Recognition
Module 11: Reading Text in Images and Documents
Reading text with the Computer Vision Service
- Computer Vision Options for Reading Text
- Using the OCR API
- Using the Read API
Extracting Information from Forms with the Form Recognizer service
- The Form Recognizer Service
- Prebuilt Models
- Training Custom Models without Labels (Unsupervised)
- Training Custom Models with Labels (Supervised)
- Using a Custom Model
Module 12: Creating a Knowledge Mining Solution
Implementing an Intelligent Search Solution
- Azure Cognitive Search
- Core Components of a Cognitive Search Solution
- How an Enrichment Pipeline Works
Developing Custom Skills for an Enrichment Pipeline
- Introduction to Custom Skills
- Custom Skill Interfaces
- Adding a Custom Skill to a Skillset
Creating a Knowledge Store
- What is a Knowledge Store?
- Using the Shaper Skill for Projections
- Implementing a Knowledge Store