diff --git a/avm/res/app/container-app/README.md b/avm/res/app/container-app/README.md index ca2ab2b832..9e5568d7a9 100644 --- a/avm/res/app/container-app/README.md +++ b/avm/res/app/container-app/README.md @@ -25,7 +25,7 @@ The following section provides usage examples for the module, which were used to >**Note**: Each example lists all the required parameters first, followed by the rest - each in alphabetical order. ->**Note**: To reference the module, please use the following syntax `br/public:AVM/bicep-registry-modules:`. +>**Note**: To reference the module, please use the following syntax `br/public:avm/res/app/container-app:`. - [Using only defaults](#example-1-using-only-defaults) - [Using large parameter set](#example-2-using-large-parameter-set) @@ -41,7 +41,7 @@ This instance deploys the module with the minimum set of required parameters. via Bicep module ```bicep -module containerApp 'br/public:AVM/bicep-registry-modules:' = { +module containerApp 'br/public:avm/res/app/container-app:' = { name: '${uniqueString(deployment().name, location)}-test-acamin' params: { // Required parameters @@ -115,7 +115,7 @@ This instance deploys the module with most of its features enabled. via Bicep module ```bicep -module containerApp 'br/public:AVM/bicep-registry-modules:' = { +module containerApp 'br/public:avm/res/app/container-app:' = { name: '${uniqueString(deployment().name, location)}-test-acamax' params: { // Required parameters @@ -309,7 +309,7 @@ This instance deploys the module in alignment with the best-practices of the Azu via Bicep module ```bicep -module containerApp 'br/public:AVM/bicep-registry-modules:' = { +module containerApp 'br/public:avm/res/app/container-app:' = { name: '${uniqueString(deployment().name, location)}-test-acawaf' params: { // Required parameters