ARM - UI for creating BlobStorage account - azure

I'm authoring a createUiDefinition.json file for an Azure application. I want to allow the user to create or select an existing Blob Storage account as part of deployment, using the Microsoft.Storage.StorageAccountSelector control.
But when I'm running my UI definition through the Azure Portal, the StorageAccountSelector control doesn't seem able to create or find existing Blob Storage accounts, only general purpose Storage.
There's also some weird behavior with the Standard/Premium buttons.
What's up with this? Are Blob Storage accounts not supported through this UI control? I'm sideloading the UI definition to the portal as described here, if that makes a difference.

You're not doing anything wrong - it's not supported yet...

Related

How to enable diagnostics logs for storage accounts using azure resource manager templates?

I am trying to create an azure resource manager template to provision storage accounts, and I want to enable diagnostics logging on creation.
Basically I am trying create a resource manager template to achieve the same result of them Cmdlet Set-AzureStorageServiceLoggingProperty so that the diagnostics logging is enabled on creation time, instead of enabling this manually every time a storage account is provisioned.
I came across this github thread in azure docs, it says that this feature is not supported yet, and it will be supported in the second half of calendar year 2019.
And the recommend way for automating this task is using powershell & c# commands.

Adding Description/Metadata to Azure Blob

I couldn't find this from Microsoft support page,
but Is it possible to add description/metadata to an Azure Blob using Azure Portal? Without using any lines of code.
Use Microsoft Azure Storage Explorer to do it.
http://storageexplorer.com/releasenotes.html
It allows you to edit metadata graphically like so:

Deploy to Azure using Storage Account created in new portal

I want to deploy cloud service to Azure, but when deploying must select Storage Account(tried both in new portal and in Visual Studio 2015). My storage account was created using new portal "Storage accounts" and was assigned to some Resource group, as a result I can't choose it when deploying. Any suggestions how to deploy?
One possible reason is that the storage account created by the new portal was likely created under the resource manager deployment model, while the cloud service is still under the classic deployment model. These don't play well together. You can read a little more at https://azure.microsoft.com/en-us/documentation/articles/resource-manager-deployment-model/. I don't think that a cloud service can use a resource manager storage account for deployment.
In the new portal look at the All Resources blade. If the storage account has a green icon it is a resource manager account. If the storage account has a blue icon it's a classic account.
Create a new storage account as a classic account, either by creating it in the older portal or by using the drop down in the new portal before you click create on the blade that talks about the storage accounts (the before you provide the account name, etc.). Once you do this then I think the account show show up as an option for your cloud service to deploy with.
Also note that if the storage account was created just prior to trying to select it, it might take a minute or two to become visible as an option.

Azure storage non Classic (V2) - How to configure custom domain

In new Azure portal there are 2 storage account: non classic and classic account.
as I think the classic is old version then I choose the non classic.
The problem is, I cannot configure the custom domain on the new portal, it redirected me to the old azure portal (manage.windowszuare.com) .
and the problem continue.. the old azure portal not recognizing the new/nonClassic Azure storage.
Kindly advise, how can I configure the custom domain for storage blob V2 (non classic).
Thank you.
It looks like right now the new portal does not have a way of doing that. It's on their backlog though, so stay tuned!
For now to unblock you: The best way to edit custom domain would be through Powershell or Xplat CLI. In Powershell you'll want to use 'Switch-AzureMode AzureResourceManager' to use the new type of storage accounts. This flag will be deprecated soon and you'll default to the new stuff, but for now that's how to do it. Then, you'll then need to use the SetAzureStorageAccount command which will allow you to modify custom domain.
You can configure the custom domain by clicking on your storage account, clicking on All Settings, and choosing Custom Domains from there.
But if something does sometimes kick you back to the "old" portal, don't worry too much. It's all the same data and account. The Preview Portal is still a preview portal and may be missing a few features.
Showing up as "storage account (classic)" is normal even if you make a brand new account if you are using Storage Blob.

How do I create a deployment from a package in Blob Storage in Azure preview portal?

In the previous Silverlight Azure Management portal it was possible to "browse storage" and select a service package and the service configuration from Blob Storage:
and that was very convenient.
Now in the "preview" new portal the equivalent dialog looks like this:
Looks like the only option now is uploading the file directly from my computer.
How do I create or update a deployment from files in Blob Storage now?
I don't think this is available just yet in the new portal. You can always go to the old portal from the newer one and use the feature from there. There are still a number of things that the new portal will not do (e.g. SQL Azure Management, Managing Co-admins etc. to name a few) and for those, you would need to go to the old portal.
Hope this helps.

Resources