azureshell

Run Azure CLI Commands from a Azure Function APP

拟墨画扇 提交于 2021-01-29 16:31:17
问题 I need suggestions on how to use azure function app to create Web app in Azure under a resource group. Is there any way from azure function app can i invoke an azure CLI to create a Resource. Thanks in advance. 回答1: Azure function does not support Azure CLI now.At present, there are several Generally available and experimental languages in Azure Function. You can use Powershell instead. If you want to create resources using Azure functions, you can use the REST API to create resources and

Unable to open Cloud Shell because of Storage Account error

北城余情 提交于 2020-05-31 02:02:48
问题 I am trying to open Cloud Shell by following below steps. Click on Cloud Shell toolbar icon. Click on PowerShell link from the generated window. Selected Visual Studio Professional Subscription as that is the one and only available for me. Clicked on Create storage button. Now, I am getting below error: {"error":{"code":"StorageAccountAlreadyTaken","message":"The storage account named abcdefghijklmn1003200086 is already taken."}} Can't create a storage account. Please try again. I have

Unable to open Cloud Shell because of Storage Account error

自闭症网瘾萝莉.ら 提交于 2020-05-31 02:02:41
问题 I am trying to open Cloud Shell by following below steps. Click on Cloud Shell toolbar icon. Click on PowerShell link from the generated window. Selected Visual Studio Professional Subscription as that is the one and only available for me. Clicked on Create storage button. Now, I am getting below error: {"error":{"code":"StorageAccountAlreadyTaken","message":"The storage account named abcdefghijklmn1003200086 is already taken."}} Can't create a storage account. Please try again. I have

shell.azure.com is failing in configuration

試著忘記壹切 提交于 2020-04-17 20:28:51
问题 While doing something I got option to execute shell commands from azure portal. It required to configure shell.azure.com first time. In first step it is giving option of selecting Subscription & create storage. When I select required subscription & click on create storage, it is giving error: Error: 409 {"error":{"code":"StorageAccountAlreadyTaken", "message":"The storage account named ... is already taken"}} Can't create a storage account. Please try again. I tried multiple times but no

Azure Cloud shell requires storage account

对着背影说爱祢 提交于 2020-04-07 06:18:18
问题 We have a Azure subscription, one of my colleague's azure user account is working fine. He has created Registry as well as he has deployed a hello world image in it using azure cli. But when i click on Azure Cloud shell, it prompts for resource group and storage account. even after selecting existing resource group and storage account that my colleague has created, there is one more mandatory field file share. Whats the importance of it and can we give any name to it? is that also chargeable?