Skip to content

Commit

Permalink
Fix readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari committed Jan 23, 2024
1 parent 094f24c commit a25aabe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions avm/res/app/container-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<version>`.
>**Note**: To reference the module, please use the following syntax `br/public:avm/res/app/container-app:<version>`.
- [Using only defaults](#example-1-using-only-defaults)
- [Using large parameter set](#example-2-using-large-parameter-set)
Expand All @@ -41,7 +41,7 @@ This instance deploys the module with the minimum set of required parameters.
<summary>via Bicep module</summary>

```bicep
module containerApp 'br/public:AVM/bicep-registry-modules:<version>' = {
module containerApp 'br/public:avm/res/app/container-app:<version>' = {
name: '${uniqueString(deployment().name, location)}-test-acamin'
params: {
// Required parameters
Expand Down Expand Up @@ -115,7 +115,7 @@ This instance deploys the module with most of its features enabled.
<summary>via Bicep module</summary>

```bicep
module containerApp 'br/public:AVM/bicep-registry-modules:<version>' = {
module containerApp 'br/public:avm/res/app/container-app:<version>' = {
name: '${uniqueString(deployment().name, location)}-test-acamax'
params: {
// Required parameters
Expand Down Expand Up @@ -309,7 +309,7 @@ This instance deploys the module in alignment with the best-practices of the Azu
<summary>via Bicep module</summary>

```bicep
module containerApp 'br/public:AVM/bicep-registry-modules:<version>' = {
module containerApp 'br/public:avm/res/app/container-app:<version>' = {
name: '${uniqueString(deployment().name, location)}-test-acawaf'
params: {
// Required parameters
Expand Down

0 comments on commit a25aabe

Please sign in to comment.