0% completed
All LessonsFree Lessons (3)
Introduction to Microsoft Azure
IntroductionWhat Is Cloud Computing and What Are Its Benefits?Foundational Concepts in Cloud ComputingMicrosoft Azure and Its Career ProspectsFoundational Concepts in Microsoft AzureMicrosoft Azure Portal TourReview of Introduction to Microsoft AzureQuiz on Introduction to Microsoft Azure
Key Microsoft Azure Services for Developers
IntroductionMicrosoft Azure Tools: CLI, PowerShell, and SDKsHosting Services: App Service Plan/App ServiceMonitoring Services: Azure Application InsightsHosting Services: Function AppStorage Services: Azure SQLStorage Services: Azure Storage AccountSecurity Services: Azure Key VaultAI Services: Cognitive ServicesReview of Key Microsoft Azure Services for DevelopersQuiz on Key Microsoft Azure Services for Developers
Building Your First Microsoft Azure Solution
IntroductionPreparing Your Development EnvironmentCreating the Microsoft Azure Cognitive ServiceBuilding the Front-Facing APICreating Microsoft Azure Storage AccountUpdating the Code to Add Images to Storage AccountCreating the Microsoft Azure SQL DatabaseUpdating the Code to Store in Microsoft Azure SQL DatabaseCreating Function App to Host the APIDeploying the API to Azure Function AppReview of Building Your First Microsoft Azure SolutionQuiz on Building Your First Microsoft Azure Solution
Wrap Up
ConclusionOther Key Services for DevelopersWay Forward for Developers in Azure
Appendix
Create Your Microsoft Azure Account
Resources
Master Azure: Build Microsoft Azure Solution with C#/

...

/

Resources

Resources

Explore the links to key resources used in this course.

We'll cover the following...
  • Tools
    • Download Azure CLI
    • Download Azure PowerShell
    • Download Visual Studio Code
    • Download Azure Functions core tools
    • Download Postman
    • Download Azure Function extension in Visual Studio Code
  • Reading resources
    • More on purchasing model and service tier
    • Supported database types in Microsoft Azure
    • Learn more about Azure SDKs
    • .NET sample app for Azure App Service
    • Azure Function app CLI commands
    • Azure CLI readings
    • NCRONTAB syntax
  • Other key services for developers
    • Azure Logic Apps
    • Azure Cosmos DB
    • Azure DevOps
    • Azure Active Directory
    • Azure Kubernetes Services

Tools

Download Azure CLI

  • https://learn.microsoft.com/en-us/cli/azure/install-azure-cli

Download Azure PowerShell

  • Link to download and install Azure SDK: https://learn.microsoft.com/en-us/cli/azure/reference-index?view=azure-cli-latest

Download Visual Studio Code

  • https://code.visualstudio.com/

Download Azure Functions core tools

  • https://learn.mi
...