You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Terraform to deploy a VM on Azure Stack Hub, referencing a VM SKU which has an uppercase 'V' in the SKU name i.e. "Standard_F16s_V2" causes VM to have network performance issues and the ability to add additional NICs to the VM is not possible. Solution is to make sure the SKU being called has a lowercase 'v' in the name i.e. "Standard_F16s_v2" however I feel that this should be captured / reported back during the deployment that the SKU requested is invalid.
The text was updated successfully, but these errors were encountered:
When using Terraform to deploy a VM on Azure Stack Hub, referencing a VM SKU which has an uppercase 'V' in the SKU name i.e. "Standard_F16s_V2" causes VM to have network performance issues and the ability to add additional NICs to the VM is not possible. Solution is to make sure the SKU being called has a lowercase 'v' in the name i.e. "Standard_F16s_v2" however I feel that this should be captured / reported back during the deployment that the SKU requested is invalid.
The text was updated successfully, but these errors were encountered: