зеркало из https://github.com/microsoft/Oryx.git
Update appservice.md (#1419)
* Update appservice.md * Update appservice.md
This commit is contained in:
Родитель
4b7393dd96
Коммит
7c17421b2a
|
@ -147,3 +147,10 @@ location other than `/home/site/wwwroot`.
|
|||
When using this solution, you should not have hardcoded references to files that include `/home/site/wwwroot` in
|
||||
the path, for example in custom startup scripts. Alternatively, you can just reference those files by its relative
|
||||
path, removing `/home/site/wwwroot` from it.
|
||||
|
||||
## Network Dependencies
|
||||
|
||||
When using App Service with a Virtual Network or an App Service Environment, you will need to allow outbound access
|
||||
from the webapp to `oryx-cdn.microsoft.io` on port `443`. `oryx-cdn.microsoft.io` hosts the Oryx packages corresponding
|
||||
to each SDK language and version. If this network dependency is blocked, then App Servicewill not be able to build your
|
||||
application using Oryx.
|
||||
|
|
Загрузка…
Ссылка в новой задаче