Hello,
I'm trying to deploy a container group on Azure using a YAML file. This container should be inside a virtual network.
However, when I launch the as container create command, I receive the following error message :
(InvalidRequestContent) The request content was invalid and could not be deserialized: 'Could not find member 'subnetsIds' on object of type 'ContainerGroupPropertiesDefinition'. Path 'properties.subnetsIds', line 1, position 595.'.
Code: InvalidRequestContent
Message: The request content was invalid and could not be deserialized: 'Could not find member 'subnetsIds' on object of type 'ContainerGroupPropertiesDefinition'. Path 'properties.subnetsIds', line 1, position 595.'.
The subnet exists and the ID is correct (I can do a GET using the Azure management API).
Did someone already have this issue ?
Thanks for your help :)
Yannick