Skip to content

Commit af1bf35

Browse files
authored
Update README.md
1 parent 140bb60 commit af1bf35

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • samples/tutorials/c#/Windows/SqlMIResilientCloudApp

samples/tutorials/c#/Windows/SqlMIResilientCloudApp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
![](../media/solutions-microsoft-logo-small.png)
22

33
# About
4-
This source code is an example of buildling cloud-ready apps that are resilient to transient errors and failovers in the cloud. In particular, the example is made with Azure SQL Managed Instance, but it can be applied to other SQL servers as well.
4+
This source code is an example of buildling cloud-ready apps that are resilient to transient errors and failovers in the cloud. In particular, the example was made in C# with Azure SQL Managed Instance, but it can be applied to other SQL servers as well.
55

66
The accompanying article to this source code is the following: here: http://aka.ms/mifailover-techblog
77

88
# How to build
99

10-
- Create Console app in Visual studio
10+
- Create Console app project in Visual Studio
1111
- Copy-paste the program file
12-
- Use App.config to enter your SQL MI connection details. In Visual Studio, you will also need to add your config file to the project (see here: https://docs.microsoft.com/en-us/visualstudio/ide/how-to-add-app-config-file?view=vs-2019)
12+
- Use App.config to enter your SQL MI connection details. In Visual Studio, you will also need to [add your config file](https://docs.microsoft.com/en-us/visualstudio/ide/how-to-add-app-config-file) to the project.
1313

1414
# Database side configuration
1515

0 commit comments

Comments
 (0)