
[英]Is it possible to have custom domain for Azure App Service with private endpoint
我正在根据 MS 文档https://learn.microsoft.com/en-us/azure/app-service.networking/private-endpoint使用专用端点配置 Azure App Service。 它适用于 VPN(点到站点)下的默认域 (azurewebsit ...
[英]Is it possible to have custom domain for Azure App Service with private endpoint
我正在根据 MS 文档https://learn.microsoft.com/en-us/azure/app-service.networking/private-endpoint使用专用端点配置 Azure App Service。 它适用于 VPN(点到站点)下的默认域 (azurewebsit ...
[英]Flask API works correctly locally but returns 415 on Azure App Service
当前环境 Python 3.10 Flask 2.3.2 和服务员 2.1.2 Postgresql Azure 上的 DB Postgresql 托管服务(灵活服务器) 为具有与上述相同要求的服务器运行 docker 容器的应用服务使用requests从 python 调用端点代码和用例服务 ...
[英]Application Insights not showing all Errors
昨晚,我们收到了来自我们的一个 Azure Web 应用程序的数百个错误投诉。 在 Azure 门户中,我们查看了 Web 应用程序,发现我们遇到了数千个 5xx 错误。 该应用程序是 .NET 6 Web API 并配置为使用 Application Insights SDK。但是,Applic ...
[英]Nodejs app in Azure app service always returns HTTP ERROR 404
我正在尝试学习部署一个非常基本的 nodejs“hello world”应用程序的 azure 应用程序服务。 我从 Azure Devops 服务器发布管道成功部署了该应用程序,我可以在 azure 门户中看到该应用程序已启动 state 但是当我尝试访问它时我得到找不到此 sieracnode ...
[英]How long do Microsoft Learn Sandbox created resources persist before deletion?
我是 Azure 的新手,所以我决定使用 Microsoft Learn Sandbox 来四处看看。 完成本练习后,我成功创建了一个具有特定名称的 web 应用程序。 在编写了一个简单的 GitHub 工作流来构建和部署我的应用程序之后,我发现我的 webapp 不再可以访问了。 当然,在沙盒过 ...
[英]Need to Connect Azure Sql db from Azure Data Factory,restricted at Schema Level using userManagedIdentity as Authentication Method
我从 Azure 数据工厂成功连接到我的 Azure Sql db。我已将 AAD Admin 设置为我自己,还设置了门户中的 UserManagedIdentity。 现在,无论谁在 ADF 中使用该 UserManagedidentity,都可以访问整个 Sql 数据库。我需要在架构级别限制访问 ...
[英]App Service VNET integration for outbound traffic: can it reach Internet endpoints?
我将我的 web 应用程序部署到Premium层上的App Service实例。 我的 web 应用程序向 Inte.net 上的外部资源发出出站请求。 为了保护与这些外部资源之一的连接,以便我可以使用私有地址 IP 访问它,我的计划是创建一个从Azure到Oracle Cloud Infrast ...
[英]Why the URL of Azure App service can't be used as the Application ID URI in Azure AD?
azure 应用程序服务以https://your-app-name.azurewebsites.net 当在 azure 应用程序注册中公开 API 时,需要应用程序 ID URI。 但是当我使用 azure 应用程序服务提供的 url 时,出现以下错误: 应用服务提供的URL不是验证域名? ...
[英]How to Schedule azure web job with 2 different Cron expression
我创建了 python azure 网络作业,我想触发两次 - 第一次是每天凌晨 2 点,第二次是每周六凌晨 4 点。 如何在单个 cron 表达式中实现此目的? 下面是我当前的 cron 表达式文件,如下所示: ...
[英]Should Azure app service and SQL Server be in different VNets?
简短的问题,我有一个 SQL 服务器和一个在 App Service 上运行的网站,我想确保它们之间的私有连接,我应该将它们放在单独的 .net 中还是放在同一个 .net 中? ...
[英]Where can I find the debug console in azure scm site?
我在 azure 创建了一个资源组和一个 web 应用程序。部署后我转到 https://<app_name>.scm.azurewebsites.net url 到 go 调试控制台和 8813344481859179 安装但根据文档,我没有看到任何调试选项。 ...
[英]Azure App Service startuop command isn't working on a docker container
我使用的是WordPress的Azure AppService版本。这个版本使用wordpress-alpine-php docker镜像,运行nginx版本1.20.2。 我需要运行启动脚本。 我已经按照所有文档进行操作,但它不起作用。 我在配置刀片的常规设置选项卡上将脚本添加为启动命令。 更新: ...
[英]MongoDB Atlas blocking requests from Azure web app even after adding web app outbound IP addresses to MongoDB Atlas > Network Access
重现步骤 01) portal.azure.com > [ select my web app service ] > Properties > Outbound IP addresses > [ copy ] 02) MongoDB Atlas > Network ...
[英]Can an Azure App Service redirect www to non-www?
是否可以在 azure 应用程序服务级别将 www 重定向到非 www? 我在应用程序服务级别而不是在我的应用程序的配置文件中需要它。 我已经能够让 http 到 https 在 tls/ssl 刀片下工作,但我没有看到重定向 www 的方法。 我是否需要其他资源,如前门或应用程序管理器? 我想在 ...
[英]Azure Front Door route to app service subdirectory
我有一个 Azure 前门环境,我想用它来将域路由到应用程序服务子目录。 但是我在设置时遇到了一些问题域:portal.example.com 后端池:应用服务 - xxx.azurewebsites.net 我希望 portal.example.com 路由到 xxxx.azurewbesites ...
[英]How can I implement windows authentication in azure without approval?
我构建了一个 .net core 7 web 应用程序。 它实现了 windows 身份验证,并且在前提下运行良好。 我已经部署到 azure 应用程序服务,当我浏览到该应用程序时出现此错误: InvalidOperationException:无法在直接支持 Windows 身份验证的服务器上 ...
[英]Azure Service App Becomes Unavailable After Deploying ASP.Net Web Core App
我已经部署了一个 ASP.NET 核心 web 应用程序,目标是 .NET 7.0。 该应用程序在 Visual Studio 中运行良好。 但是,当部署到 Azure App Service 时,我会在启动应用程序并点击一下后收到一条简单的“服务不可用”消息。 它随机发生......没有导致这种情 ...
[英]App Service health check is 0% even when in browser website returns 200
我为 App Service 插槽启用了路径“/”的健康检查。 浏览器中的此路径并使用 curl 返回 200 状态代码。 但是 App Service 健康检查状态显示0.00% (Healthy 0 / Degraded 1) 这怎么可能? ...
[英]Redirecting to Origin host name App Service
问题是当我添加自定义域时,自定义域无法正常工作,但是当我使用默认域访问时,我可以访问应用程序服务。 一旦域在我测试浏览器时启动,它就会重定向到原始主机名。 我厌倦了删除原始主机 header 但不起作用,它给我一个 404 错误。 我的配置中缺少什么? ...
[英]Unable to find option to update git in Azure Web App?
如何将 git 版本更新到 Azure Web 应用程序或 Kudu 版本中的最新版本? ...