You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BusyDatabase/ReadMe.md
+8-5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# BusyDatabase Sample Code
2
2
3
+
It is a sample implementation to ilustrate [Busy Database antipattern](https://learn.microsoft.com/azure/architecture/antipatterns/busy-database/)
4
+
3
5
The BusyDatabase sample code comprises the following items:
4
6
5
7
- BusyDatabase Application
@@ -45,7 +47,7 @@ Install the prerequisites and follow the steps to deploy and run the examples.
45
47
az login
46
48
az account set -s <Name or ID of subscription>
47
49
48
-
export USER=<Microsoft Entra Id user>
50
+
export USER=<Microsoft Entra Id user to connect the database>
49
51
export USER_OBJECTID=<Microsoft Entra Id user's object id>
50
52
export USER_TENANTID=<User's Tenant>
51
53
@@ -67,7 +69,7 @@ Install the prerequisites and follow the steps to deploy and run the examples.
67
69
userTenantId=${USER_TENANTID}
68
70
```
69
71
70
-
1.Add database connection string
72
+
1.Configure database connection string
71
73
72
74
On appsettings.json you need to complete with your server and database name.
73
75
@@ -77,11 +79,12 @@ Install the prerequisites and follow the steps to deploy and run the examples.
77
79
78
80
1. Authenticate with a Microsoft Entra identity
79
81
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.
81
83
82
-
1. Enable your computer reach the Azure Database
84
+
1. Enable your computer to reach the Azure Database:
83
85
84
-
Go to Database Server and in the Network Section allows your IP
0 commit comments