Azure – retrieving bicep module from container registry by major version
I have the repositories in my Azure Container Registry myregistry.azurecr.io/bicep/myappmodule:v1.0.25798 myregistry.azurecr.io/bicep/myappmodule:v1.0.25799 I would like to reference the latest module by the Major Version (v1) in an external bicep file. So in this case the module with version v1.0.25799 should be…