## Get the storage account from which container has to be retrieved
$StorageKey = Get-AzStorageAccountKey -ResourceGroupName $resourceGroupName -Name $storageAccName
getting error: [Error] Import-AzContext : The term 'Import-AzContext' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.at run.ps1: line 3+ Import-AzContext+ ________________+ CategoryInfo : ObjectNotFound: (Import-AzContext:String) [], CommandNotFoundException+ FullyQualifiedErrorId : CommandNotFoundException 2022-02-08T10:26:01.327 [Error] : Cannot process command because of one or more missing mandatory parameters: Name.at run.ps1: line 4+++ CategoryInfo : InvalidArgument: (:) [Import-Module], ParameterBindingException+ FullyQualifiedErrorId : MissingMandatoryParameter,Microsoft.PowerShell.Commands.ImportModuleCommand,run.ps1 2022-02-08T10:26:01.468 [Error] param : The term 'param' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.at run.ps1: line 7+ param+ _____+ CategoryInfo : ObjectNotFound: (param:String) [], CommandNotFoundException+ FullyQualifiedErrorId : CommandNotFoundException 2022-02-08T10:26:01.546 [Error] Exception while executing function: Functions.HttpTrigger2. Microsoft.Azure.WebJobs.Script: PowerShell script error. System.Management.Automation: The term 'Import-AzContext' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. 2022-02-08T10:26:01.561 [Error] Function completed (Failure, Id=2339b513-6a62-4687-b418-c31db73fd8c8, Duration=408ms)
