- Notifications
You must be signed in to change notification settings - Fork10
Getting started on configuring deployment sources for Web Apps in C#
License
Azure-Samples/app-service-dotnet-configure-deployment-sources-for-web-apps
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
page_type | languages | products | extensions | ||||||
---|---|---|---|---|---|---|---|---|---|
sample |
|
|
|
Azure App Service basic sample for managing web apps.Note: you need to have the Git command line available on your PATH. The sample makes a direct call to 'git'.
- Create 5 web apps under the same new app service plan:
- Deploy to 1 using FTP
- Deploy to 2 using local Git repository
- Deploy to 3 using a publicly available Git repository
- Deploy to 4 using a GitHub repository with continuous integration
- Deploy to 5 using Web Deploy
To run this sample:
Set the environment variableCLIENT_ID
,CLIENT_SECRET
,TENANT_ID
,SUBSCRIPTION_ID
with the full path for an auth file. Seehow to create an auth file.
git clone https://github.com/Azure-Samples/app-service-dotnet-configure-deployment-sources-for-web-apps.gitcd app-service-dotnet-configure-deployment-sources-for-web-appsdotnet buildbin\Debug\net452\ManageWebAppSourceControl.exe
Azure Management Libraries for C#Azure .Net Developer CenterIf you don't have a Microsoft Azure subscription you can get a FREE trial accounthere
This project has adopted theMicrosoft Open Source Code of Conduct. For more information see theCode of Conduct FAQ or contactopencode@microsoft.com with any additional questions or comments.
About
Getting started on configuring deployment sources for Web Apps in C#
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors12
Uh oh!
There was an error while loading.Please reload this page.