Skip to content

Commit

Permalink
Update index.md (#1203)
Browse files Browse the repository at this point in the history
Signed-off-by: Reshma Abdul Rahim <[email protected]>
  • Loading branch information
Reshrahim authored Aug 30, 2024
1 parent 63a2199 commit 943c2cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/content/guides/tooling/bicepconfig/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ The `bicepconfig.json` allows the Bicep compiler to consume and use Radius-types

## Author and deploy Radius-types

{{< alert title="Replace import statements with extension" color="warning" >}} Radius is now merged with the official Bicep. If you have bicep files with the following import statements, please replace them as needed.
{{< alert title="Replace import statements with extension" color="warning" >}} Radius is now merged with the Bicep. If you have bicep files with the following import statements, please replace them as needed.

1. `import radius as radius` should become `extension radius` to use Radius types
1. `import aws as aws` should become `extension aws` to use AWS types
1. `import kubernetes as kubernetes {}` should become `extension kubernetes with {} as kubernetes` to use Kubernetes types
1. Change `import radius as radius` to `extension radius`
1. Change `import aws as aws` to `extension aws`
1. Change `import kubernetes as kubernetes {}` to `extension kubernetes with {} as kubernetes`
{{< /alert >}}

Once you have a `bicepconfig.json` file in your application's directory, you can author and deploy Radius-types.

{{< rad file="snippets/app.bicep" embed=true >}}
{{< rad file="snippets/app.bicep" embed=true >}}

0 comments on commit 943c2cf

Please sign in to comment.