Skip to content

Commit

Permalink
fix readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
felipmiguel authored Aug 20, 2023
1 parent de73301 commit 71374ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ There are two specific projects for each database initialization:
* [.NET SDK 6.0 or higher](https://dotnet.microsoft.com/download/dotnet/6.0)
* Dotnet Entity Framework Core CLI: `dotnet tool install --global dotnet-ef`

>>Note: This sample has been tested on Ubuntu 22.04 on Windows Subsystem for Linux 2 (WSL2). There can be differences on some scripts dependending on the OS.
>Note: This sample has been tested on Ubuntu 22.04 on Windows Subsystem for Linux 2 (WSL2). There can be differences on some scripts dependending on the OS.
## How to use Batet Azure Data Passwordless Extensions
## How to use Batec Azure Data Passwordless Extensions

The following steps are required to use Batec Azure Data Passwordless Extensions:
Add the following NuGet packages to your project:
Expand Down Expand Up @@ -153,7 +153,7 @@ The Terraform code creates the following resources:
* An Azure Container Apps Environment.
* A user assigned managed identity.

>> Note: Most of Terraform configuration has been generated using [Nubesgen](https://nubesgen.com/) and then adapted for this scenario.
> Note: Most of Terraform configuration has been generated using [Nubesgen](https://nubesgen.com/) and then adapted for this scenario.
To deploy the infrastructure, run the following commands:

Expand Down Expand Up @@ -400,4 +400,4 @@ az containerapp create -n pgsqlweb -g ${RESOURCE_GROUP} \
--registry-server ${ACR_NAME}.azurecr.io --registry-identity "${MSI_CONTAINER_IDENTITY}" \
--cpu 0.25 --memory 0.5Gi \
--env-vars REACT_APP_API_BASE_URL="https://${PGSQLAPI_FQDN}" REACT_APP_APPLICATIONINSIGHTS_CONNECTION_STRING="${APPINSIGHTS_CONNECTIONSTRING}"
```
```

0 comments on commit 71374ef

Please sign in to comment.