Skip to content

Commit 7b351df

Browse files
authored
Update README.md (#287)
* Update README.md * Update README.md
1 parent 79bedf3 commit 7b351df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ NOTE: you must have write permissions to the repository in question. If you're u
1818

1919
## Dependencies on other GitHub Actions
2020

21-
* [Checkout](https://github.com/actions/checkout) Checkout your Git repository content into GitHub Actions agent.
21+
* [Checkout](https://github.com/actions/checkout) your Git repository content into GitHub Actions agent.
2222
* Authenticate using [Azure Web App Publish Profile](https://github.com/projectkudu/kudu/wiki/Deployment-credentials#site-credentials-aka-publish-profile-credentials) or using the [Azure Login Action](https://github.com/Azure/login). Examples of both are given later in this article.
2323

2424
The action supports using publish profile for [Azure Web Apps](https://azure.microsoft.com/services/app-service/web/) (both Windows and Linux) and [Azure Web Apps for Containers](https://azure.microsoft.com/services/app-service/containers/) (both Windows and Linux).
2525

2626
**Note: As of October 2020, Linux web apps will need the app setting `WEBSITE_WEBDEPLOY_USE_SCM` set to `true` before downloading the publish profile from the portal. This requirement will be removed in the future.**
2727

2828
The action does not support multi-container scenario with publish profile.
29+
* Enable [Run from Package](https://docs.microsoft.com/en-us/azure/app-service/deploy-run-package#enable-running-from-package), otherwise remote build will take time and the deployment will take longer.
2930

3031
* To build app code in a specific language based environment, use setup actions:
3132
* [Setup DotNet](https://github.com/actions/setup-dotnet) Sets up a dotnet environment by optionally downloading and caching a version of dotnet by SDK version and adding to PATH.

0 commit comments

Comments
 (0)