问题描述 在App Service的门户页面,很容易就可以查看到“Web 服务器日志记录”是否配置。 但是,如何通过Python Code获取到
错误信息:We get an error in function app. Exception: OSError: Could not find a suitable TLS CA certificate bundle, in
问题描述在App Service的门户页面,很容易就可以查看到“Web 服务器日志记录”是否配置。但是,如何通过Python Code获取到呢? 问题解答在使用 Python SDK 时获取 web app 的日志?这是一个常见的问题,尤其是在调试和监控应用程序时。可以通过 Web App ( App Service ) 提供的官方管理站点的SDK来实现:azure-mgmt-
问题描述 在本次测试的Function App中,创建了三个Function App使用同一个App Service Plan资源。 当资源出现High CPU的问题时候,如何来快速定位是哪一个资源占用了CPU资源呢? 因为Function App公开的指标中,并不能观察到CPU状态。 那么,还是其
问题描述在本次测试的Function App中,创建了三个Function App使用同一个App Service Plan资源。当资源出现High CPU的问题时候,如何来快速定位是哪一个资源占用了CPU资源呢?因为Function App公开的指标中,并不能观察到CPU状态。 那么,还是其它办法吗? 问题解答有的。启用Application Insights。 在它的Liv
问题描述 App Service 如何配置私网域名以及证书呢? 问题解答 App Service 不支持私网域名,自定义域名必须位于公共DNS服务器上,关于自定义域名详细请参考:映射
问题描述App Service 如何配置私网域名以及证书呢? 问题解答App Service 不支持私网域名,自定义域名必须位于公共DNS服务器上,关于自定义域名详细请参考:映射现有的自定义 DNS 名称 - Azure App Service | Microsoft Learn 参考资料映射现有的自定义 DNS 名称 : https://learn.mi
问题描述 前文提要:【Azure Storage Account】利用App Service作为反向代理, 并使用.NET Storage Account SDK实现上传/下载
问题描述 在使用Azure上的存储服务 Storage Account 的时候,有时需要代替 它原本提供的域名进行访问,比如默认
问题描述 App Service 是否支持HostName SNI 证书? 因为尝试从从 custom domains 中新增 custom domain, 没有看到SNI 的配置信息。 问题解
问题描述App Service 是否支持HostName SNI 证书?因为尝试从从 custom domains 中新增 custom domain, 没有看到SNI 的配置信息。 问题解答查看App Service的官方文档,为自定义域名添加SSL证书时,是支持两种类型的:SNI SSL:可添加多个 SNI SSL 绑定。 选择此选项可使用多个 TLS/SSL 证书来帮助保护同一 I
问题描述 在Azure Function的Code + Test页面上,点击 Test/Run 按钮无法成功。 错误信息: Error: {"message":"Failed to fetch","stack":"TypeError: Failed to fetch\n at https://por
Running your function in portal requires the app to explicitly accept requests from https://portal.azure.cn. This is known as cross-origin resource sharing (CORS).Configure CORS to add https://portal.azure.cn to allowed origins.
问题描述 基于Linux创建的App Service是否可以主动升级内置的Nginx版本呢? 问题解答 Web App Linux 默认使用的 Nginx 版
Exception while executing function: xxxxxxx,The type initializer for 'xxxxxx.Storage.Adls2.StoreDataLakeGen2Reading' threw an excepti
Logic App MySQL Connector: Unknown column 'created_at' in 'order clause'
基于Linux创建的App Service是否可以主动升级内置的Nginx版本呢?Web App Linux 默认使用的 Nginx 版本是由平台预定义的,无法更改这个版本。
Exception while executing function: xxxxxxx,The type initializer for 'xxxxxx.Storage.Adls2.StoreDataLakeGen2Reading' threw an exception. Could not load file or assembly 'Microsoft.Extensions.Configuration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
问题描述 在使用Azure App Service服务时,对于它的CPU占比,从App Service Plan级别可以查看整个实例(vm)资源的CPU占比,而如
问题描述在使用Azure App Service服务时,对于它的CPU占比,从App Service Plan级别可以查看整个实例(vm)资源的CPU占比,而如果在具体的一个App Service服务中,则只能查看到当前应用所消耗的CPU时间,如果需要计算它的占比:需要使用公式【 CPU Time / (CPU核数 * 60 )】估算。CPU percentage: Useful for
Log search alert rules from API version 2020-05-01 use this payload type, which only supports common schema. Search results aren't embedded in the log search
Log search alert rules from API version 2020-05-01 use this payload type, which only supports common schema. Search results aren't embedded in the log search alerts payload when you use this version. Use dimensions to provide context to fired alerts. You can also use LinkToFilteredSearchResultsAPI or LinkToSearchResultsAPI to access query results with the Log Analytics API. If you must embed the results, use a logic app with the provided links to generate a custom payload.
问题描述 Azure Function 从.NET6 升级到 .NET8 后 Function出现运行时版本错误 问题解答 因为Azure Function在使
问题描述Azure Function 从.NET6 升级到 .NET8 后 Function出现运行时版本错误 问题解答因为Azure Function在使用.NET6时,默认使用的为进程内模型(简单来讲:进程内模型就是应用运行在w3wp.exe 中,而独立进程模型是单独的 dotnet.exe 进程)。而升级到.NET8之后,需要指定 FUNCTIONS_INPROC_NE
问题描述 通过FTP的方式,把本地能正常运行的Python Function文件上传到云上后,无法加载函数列表问题。 1:上传 function_app.py,r
问题描述通过FTP的方式,把本地能正常运行的Python Function文件上传到云上后,无法加载函数列表问题。1:上传 function_app.py,requirements.txt文件到 wwwroot 目录中2:在Azure Function App的Overview页面,无法显示函数列表3:查看所有日志,无任何异常信息,Docker 日志中显示Host启动成功,function hos
问题描述 把NodeJS的ChatBot代码部署到App Service环境中,通过VS Code直接部署,显示部署成功。但是通过URL访问时候
根据以上测验,当使用App Service内存没有达到预期的值,且应用异常日志出现OutOfMemory时,就需要检查Platform
问题描述 .Net应用程序部署在App Service for Windows环境中,已经根据需求把Platform的位数由32 bit 修改位 64 bit。 但是应用
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号