Skip to content

learnsmartcoding/azure-az204-complete-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Functions Setup Guide

Refer details of AZ-204 Exam

AZ-204-Developing-Solutions-for-Microsoft-Azure

Installing PowerShell on Windows

Installing Azure CLI

Authenticating Azure Account in PowerShell

  • If you haven't already authenticated to your Azure account in the current PowerShell session, the script will prompt you to do so when it encounters the Connect-AzAccount command.

Installing Azure PowerShell Module (Az)

  1. Install NuGet package provider:
    Install-PackageProvider -Name NuGet -Force
  2. Install Az module:
    Install-Module -Name Az -AllowClobber -Scope CurrentUser
    Select 'A' to trust and install the Azure module when prompted.

Creating Azure Function App Resources using PowerShell

Creating a Function App for Serverless Code Execution

About

The Ultimate Study Guide for Exam AZ-204: Developing Solutions for Microsoft Azure. https://learnsmartcoding.com/az-204/study-guide-exam-az-204-microsoft-azure/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages