Skip to content

Commit

Permalink
fix dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
sudivate committed Feb 5, 2022
1 parent 867c6d7 commit 537041c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions e2e_samples/parking_sensors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ More resources:
- **AZURE_SUBSCRIPTION_ID** - Azure subscription id to use to deploy resources. *Default*: default azure subscription. To see your default, run `az account list`.
- **DEPLOYMENT_ID** - string appended to all resource names. This is to ensure uniqueness of azure resource names. *Default*: random five character string.
- **AZDO_PIPELINES_BRANCH_NAME** - git branch where Azure DevOps pipelines definitions are retrieved from. *Default*: main.
- **AZURESQL_SERVER_PASSWORD** - Password of the SQL Server instance. *Default*: random string.
4. To further customize the solution, set parameters in `arm.parameters` files located in the `infrastructure` folder.
- To enable Observability and Monitoring components through code(Observability-as-code), please set enable_monitoring parameter to true in `arm.parameters` files located in the `infrastructure` folder. This will deploy log analytics workspace to collect monitoring data from key resources, setup an Azure dashboards to monitor key metrics and configure alerts for ADF pipelines.
- **AZURESQL_SERVER_PASSWORD** - Password of the SQL Server instance. *Default*: random string.
4. To further customize the solution, set parameters in `arm.parameters` files located in the `infrastructure` folder.
- To enable Observability and Monitoring components through code(Observability-as-code), please set enable_monitoring parameter to true in `arm.parameters` files located in the `infrastructure` folder. This will deploy log analytics workspace to collect monitoring data from key resources, setup an Azure dashboards to monitor key metrics and configure alerts for ADF pipelines.
2. **Deploy Azure resources**
1. Clone locally the imported Github Repo, then `cd` into the `e2e_samples/parking_sensors` folder of the repo
2. Run `./deploy.sh`.
Expand Down
2 changes: 1 addition & 1 deletion single_tech_samples/streamanalytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

1. __Azure Cli__ Will be necessary for various tasks. Please follow the instructions found [here](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli).

1. __Bicep__ This project uses `Bicep` templates to setup `Azure` infrastructure. Please follow the steps under [Install and manage via Azure CLI (easiest)](https://github.com/Azure/bicep/blob/main/docs/installing.md#install-and-manage-via-azure-cli-easiest) to install the `Azure Cli` extension.
1. __Bicep__ This project uses `Bicep` templates to setup `Azure` infrastructure. Please follow the steps under [Install Bicep Tools](https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/install) to install the `Azure Cli` extension.

For an introduction to `Bicep`, you can find more information in the `Bicep` repo under [Get started with Bicep](https://github.com/Azure/bicep/#get-started-with-bicep).

Expand Down

0 comments on commit 537041c

Please sign in to comment.