azure-signalr
azure-signalr copied to clipboard
AZ Command and documentation do not show how to create a SIgnalR with a Free sku
az signalr create --help --sku [Required] : The sku name of the signalr service. E.g. Standard_S1.
Only by searching the web, I found this value: Free_DS2
I will add Free to document. You can use Free_F1 to create a free instance.