Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example/dependencies #10

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
riosengineer committed Nov 20, 2023
commit 24af7bf6c897e2b203940bdde35493a3960f2eff
2 changes: 1 addition & 1 deletion bicep-examples/dependencies/README.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
There's two types of dependencies `implicit` and `explicit` in Azure Bicep. Within the `main.bicep` file example you'll notice many implicit and some explicit dependencies that you can review as a real example of how these two play a role in your Azure Bicep deployments.

> [!TIP]
> If you're interested in this example solution and what it does then there is more information in this template repo [here](https://github.com/riosengineer/bicep-quickstart-frontdoor-private-endpoint-appservice) with supporting documentation.
> If you're interested in this examples solution and what it does then there is more information in this template repo [here](https://github.com/riosengineer/bicep-quickstart-frontdoor-private-endpoint-appservice) with supporting documentation and architectural drawing.

## Implicit 🔗