Skip to content

Commit 243886c

Browse files
author
Federico Arambarri
committed
Improve readme
1 parent 05d28ff commit 243886c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

BusyDatabase/ReadMe.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# BusyDatabase Sample Code
22

3+
It is a sample implementation to ilustrate [Busy Database antipattern](https://learn.microsoft.com/azure/architecture/antipatterns/busy-database/)
4+
35
The BusyDatabase sample code comprises the following items:
46

57
- BusyDatabase Application
@@ -45,7 +47,7 @@ Install the prerequisites and follow the steps to deploy and run the examples.
4547
az login
4648
az account set -s <Name or ID of subscription>
4749

48-
export USER=<Microsoft Entra Id user>
50+
export USER=<Microsoft Entra Id user to connect the database>
4951
export USER_OBJECTID=<Microsoft Entra Id user's object id>
5052
export USER_TENANTID=<User's Tenant>
5153

@@ -67,7 +69,7 @@ Install the prerequisites and follow the steps to deploy and run the examples.
6769
userTenantId=${USER_TENANTID}
6870
```
6971

70-
1. Add database connection string
72+
1. Configure database connection string
7173

7274
On appsettings.json you need to complete with your server and database name.
7375

@@ -77,11 +79,12 @@ Install the prerequisites and follow the steps to deploy and run the examples.
7779

7880
1. Authenticate with a Microsoft Entra identity
7981

80-
It uses [Active Directory Default](https://learn.microsoft.com/sql/connect/ado-net/sql/azure-active-directory-authentication?view=sql-server-ver16#setting-microsoft-entra-authentication) witch requires AZ Cli or Visual Studio autenticated.
82+
It uses [Active Directory Default](https://learn.microsoft.com/sql/connect/ado-net/sql/azure-active-directory-authentication?view=sql-server-ver16#setting-microsoft-entra-authentication) which requires authentication via AZ CLI or Visual Studio.
8183

82-
1. Enable your computer reach the Azure Database
84+
1. Enable your computer to reach the Azure Database:
8385

84-
Go to Database Server and in the Network Section allows your IP
86+
- Go to the Database Server.
87+
- In the Network section, allow your IP address.
8588

8689
1. Run proyect locally
8790

0 commit comments

Comments
 (0)