Skip to content

Commit 8ad00d2

Browse files
authored
Update README.md
1 parent 6d587a4 commit 8ad00d2

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,36 @@ description: "Azure App Service basic sample for managing web apps."
1111
urlFragment: app-service-dotnet-configure-deployment-sources-for-web-apps-async
1212
---
1313

14-
# Getting started on configuring deployment sources for Web Apps in C# asynchronously #
14+
# Get started configuring deployment sources for Web Apps asynchronously (C#)
1515

1616
Azure App Service basic sample for managing web apps.
17+
1718
Note: you need to have the Git command line available on your PATH. The sample makes a direct call to 'git'.
18-
- Create 4 web apps under the same new app service plan:
19-
- Deploy to 1 using FTP
20-
- Deploy to 2 using local Git repository
21-
- Deploy to 3 using a publicly available Git repository
22-
- Deploy to 4 using a GitHub repository with continuous integration
19+
20+
- Create 4 web apps under the same new app service plan:
21+
- Deploy to 1 using FTP
22+
- Deploy to 2 using local Git repository
23+
- Deploy to 3 using a publicly available Git repository
24+
- Deploy to 4 using a GitHub repository with continuous integration
2325

2426

25-
## Running this Sample ##
27+
## Running this sample
2628

2729
To run this sample:
2830

2931
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-net/blob/master/AUTH.md).
3032

31-
git clone https://github.com/Azure-Samples/app-service-dotnet-configure-deployment-sources-for-web-apps-async.git
33+
```bash
34+
git clone https://github.com/Azure-Samples/app-service-dotnet-configure-deployment-sources-for-web-apps-async.git
35+
cd app-service-dotnet-configure-deployment-sources-for-web-apps-async
36+
dotnet build
37+
bin\Debug\net452\ManageWebAppSourceControlAsync.exe
38+
```
3239

33-
cd app-service-dotnet-configure-deployment-sources-for-web-apps-async
34-
35-
dotnet build
36-
37-
bin\Debug\net452\ManageWebAppSourceControlAsync.exe
38-
39-
## More information ##
40+
## More information
4041

4142
[Azure Management Libraries for C#](https://github.com/Azure/azure-sdk-for-net/tree/Fluent)
4243
[Azure .Net Developer Center](https://azure.microsoft.com/en-us/develop/net/)
43-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
44-
45-
---
44+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
4645

4746
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 commit comments

Comments
 (0)