콘텐츠로 이동

Azure App Service Client integration

이 콘텐츠는 아직 번역되지 않았습니다.

Azure App Service is a hosting integration only. There is no separate client integration package required to run your applications on Azure App Service.

When you use the PublishAsAzureAppServiceWebsite method in your AppHost, your application code runs directly on the Azure App Service platform without needing additional client libraries or configuration changes.

Your application will continue to use the same client integrations for other services (like databases, caches, message queues) as it does during local development. The Azure App Service integration automatically handles the deployment and hosting aspects.

For more information on configuring resources to run on Azure App Service, see Azure App Service Hosting integration.