Azure Compute
5 TopicsThe History of Microsoft Azure
Learn about the history of Microsoft Azure a leading giant in the cloud service industry which offers rich services on platform as a service (PaaS), software as a service (Saas) and infrastructure as a service (IaaS). This will take us back to the moments on how this powerful and sophisticated service began, revealing the resilience and vision of the Microsoft company as a brand, the present stages and how to partake of the cake Microsoft has provided for businesses and developers.67KViews5likes3CommentsNew-AzVmss: Can't find the image 'Win2019DataCenterGenSecond'
I'm testing out creating vmss with image which supports TrustedLaunch, in this case, the 2019-datacenter-gensecond. New-AzVmss -Credential $vmCred -ResourceGroupName $rgName -Name $vmssName -ImageName 'Win2019DataCenterGenSecond' -SecurityType TrustedLaunch New-AzVmss: Can't find the image 'Win2019DataCenterGenSecond'. I tried with -ImageName '2019-datacenter-gensecond', it also says can't find the image. Is this because 'Win2019DataCenterGenSecond' is not the right image name or the subscription doesn't have the access to this image? How do I get all the UrnAlias names, especially for 2019-datacenter-gensecond? I can only see the UrnAlias for all the offline images through 'az vm image list --publisher MicrosoftWindowsServer --offer WindowsServer -o table' but the outputs doesn't have the entry for 2019-datacenter-gensecond. If I add --all to this command to list all the images including 2019-datacenter-gensecond, the outputs doesn't have the column of 'UrnAlias'.564Views0likes1CommentAzure function Start-Stop-V2 ignores ResourceGroups
Hello, Microsoft pushes customers to use Start-Stop-V2 for scheduled starting and stopping machines. This new functionality is based on Azure Functions, not based on automation accounts and runbooks. Unfortunately, the Azure Function provided by Microsoft (deployed from marketplace) does not work properly. This function ignores the property ResourceGroups and starts all VMs within a subscription, instead of starting only the machines within the given ResourceGroups. An exact description of the problem can be found here: "ResourceGroups" seems to be ignored · Issue #90 · microsoft/startstopv2-deployments (github.com) Updating / redeploying the function over github is also broken. Microsoft pushes the customers to a broken function without support. The function should be furthermore supported over Github, but isn't. Did anybody resolve this issue (e.g. by updating the function, but how?) Or has anybody found another solution, except of filtering machine names?661Views0likes0Commentswhat is the best way to connect device to cloud service
Hello everybody, I'm totally new the cloud computing services. I have the question, what is the best way to connect a hardware device to cloud service? Knowing that: 1- this device can connect over tcp ( if not possible, what should it can ?) 2- i need to receive the data sent from this device in webapi or tcp service on a VM to analyse and save those data. I was thinking about IOT hub but am not really sure if this is the correct solution to do that. Hope you can help me ... Thank you in advanced2.4KViews0likes5CommentsDS-series, DSv2-series, FS-series VM
Hello, Premium disk page says this type of disk are supported only on DS-series, DSv2-series, FS-series VM . However I cannot find any such series VMs in Azure Compute pricing page or in Azure price calculator . Are these type of VMs still available ? Or the premium disk page is outdated ? Thanks1.7KViews0likes1Comment