* Update appservice.md

* Update appservice.md
This commit is contained in:
Jason Freeberg 2022-06-29 12:38:11 -07:00 коммит произвёл GitHub
Родитель 4b7393dd96
Коммит 7c17421b2a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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.