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
# Getting started on configuring deployment sources for Web Apps in C# asynchronously #
14
+
# Get started configuring deployment sources for Web Apps asynchronously (C#)
15
15
16
16
Azure App Service basic sample for managing web apps.
17
+
17
18
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
23
25
24
26
25
-
## Running this Sample ##
27
+
## Running this sample
26
28
27
29
To run this sample:
28
30
29
31
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).
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).
46
45
47
46
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