kobulloc-MSFT

Results 9 comments of kobulloc-MSFT

@mweibel Thank you for bringing this to our attention! We are reviewing the documentation and will get back to you shortly.

VM ARM template example: https://docs.microsoft.com/en-us/azure/templates/microsoft.compute/virtualmachines?pivots=deployment-language-arm-template ![image](https://user-images.githubusercontent.com/37556655/184449257-5aeffb66-e64e-499c-b46a-4a5c15a761b2.png) Red Hat OpenShift documentation: https://docs.openshift.com/container-platform/4.7/machine_management/creating_machinesets/creating-machineset-azure.html ![image](https://user-images.githubusercontent.com/37556655/184449440-aa1cfa9b-1622-43ce-aebf-7cffa4c8e8e1.png)

@mweibel As an update, I'd like to confirm that decimals are currently allowed for `maxPrice`. We are waiting for confirmation on future behavior and the documentation will be updated accordingly.

@mweibel **Edit:** Although described in some places as accepting an `int`, `maxPrice` can be set in US dollars using up to 5 decimal places as outlined in this document: >...

@mweibel Decimal values are allowed for `maxPrice` and as such, it should not be considered an integer. Looking at the [ARM data types documentation](https://docs.microsoft.com/en-US/azure/azure-resource-manager/templates/data-types) that you linked however, it's unclear...

@mweibel I believe that's the idea however we would need to confirm that there isn't language specific nuance that would make this inaccurate (as `float` describes a degree of precision...

@mweibel Digging into this further, it appears that floats are a bit more complicated in the context of an ARM template. Since `int` is supported but `float` is not, there...

@briancovingtonhsv Thank you for reaching out to us! We are reviewing this and will get back to you shortly.

@adrianakbari and @Karishma-Tiwari-MSFT, I'm running into the same issue. It's the first command in the PowerShell example: https://docs.microsoft.com/en-us/azure/container-instances/container-instances-quickstart-powershell#create-a-container `New-AzContainerGroup -ResourceGroupName myResourceGroup -Name mycontainer -Image mcr.microsoft.com/windows/servercore/iis:nanoserver -OsType Windows -DnsNameLabel aci-demo-win` ![image](https://user-images.githubusercontent.com/37556655/148666744-26ca358d-a3c0-4575-a68f-b58a5936c902.png)