May 31, 2023

Communicate effectively on GitHub by using Markdown

Learn to use Markdown to communicate with brevity, clarity, and expression.
May 31, 2023

Deploy IoT solutions with Azure SQL Database

In this module, learn how Azure SQL Database provides a price-performant backend for IoT applications. You’ll also deploy a template that includes Azure SQL Database, Azure […]
May 31, 2023

Plan a Moon mission by using Python pandas

Like Fei Fei, use data to plan your own mission to the Moon. Ensure that your rocket can not only get you there, but also bring […]
May 31, 2023

Guided project – Develop conditional branching and looping structures in C#

Guided project – Develop conditional branching and looping structures in C#
May 31, 2023

Introduction to Azure SQL

This module introduces Azure SQL. Learn about various deployment options and service tiers and what to use for your organization.
May 31, 2023

Enable user sign-in to your Django web app by using Azure AD

Create a Django web app that signs in users by using the Microsoft identity platform. Register a Django web app in an Azure Active Directory (Azure […]
May 31, 2023

Send an SMS message from a C# console application with Azure Communication Services

In this module, you’ll create a C# console application that sends SMS messages using a phone number provisioned via Azure Communication Services.
May 31, 2023

Configure and manage costs as a Microsoft partner by using Microsoft Cost Management

Learn how to reconcile your bill and analyze costs across your customers and resources by using Microsoft Cost Management as a partner.
May 31, 2023

Introduction to Azure Arc-enabled Kubernetes

Learn about Azure Arc-enabled Kubernetes and how it can help organizations optimize and simplify their operations.
May 31, 2023

Some thoughts on CIAM External ID and Azure AD B2C

Logo_CIAM.jpg — from Wikimedia CIAM External ID was announced at Build and is currently in public preview. CIAM (Customer IAM) is the successor to Azure AD B2C. And, of course, […]
May 31, 2023

Azure VM Extensions: Part 1 DSC Extensions

This blog post covers some of the battles I have had trying to install some software onto a VM within Azure. There are many ways to […]
May 31, 2023

Use Boolean logic in Python

Explore how to use the Boolean type in Python to craft complex expressions that apply conditional logic.