cost 310 ms
在 Linux 上的 Azure 应用服务中托管时,ASP.NET Core 6 应用程序未使用正确的端口 - ASP.NET Core 6 application not using correct port when hosted in Azure App Service on Linux

我们有一个 ASP.NET Core 6 应用程序,其中已经开始使用 ASP.NET Core 1 beta 进行开发,因此一些东西可能没有在这个过程中完美迁移。 我们现在尝试将其部署到运行在 P1v3 计划上的 Linux 实例上的应用服务。 在我找到的 docker 默认日志中信息:Micros ...

Web App for Containers - Container Logs 可以被引入 Azure Application Insights 吗? - Can Web App for Containers - Container Logs be ingested into Azure Application Insights?

由于使用了 GO,我目前在 AppService 中使用“WebApp for Containers”来托管自定义 Linux 容器。 GO 目前没有微软支持的 Azure Application Insights SDK,因此我一直在尝试寻找一种方法将容器标准输出日志收集到 Applicati ...

如何将连接字符串存储在 Azure Vault 和 map 中返回到 Azure Web App 中的配置设置? - How to store connection string in Azure Vault and map it back to the configuration settings in Azure Web App?

我正在使用 Azure Web 应用程序服务。 目前,我将纯连接字符串存储到数据库,Azure 存储在 Web 应用服务的配置选项卡中的应用程序设置部分。 而不是在配置中存储普通连接字符串。 如何将连接字符串存储在 Azure Vault 中,然后在应用程序设置中引用它,以便普通连接字符串不存储在 ...

我的 docker 图像在使用 --env 时看不到环境变量,但在使用 docker-compose 时会看到 - My docker image is not seeing the enviornemnt variables when using the `--env` yet it sees with using docker-compose

我为我的 OrchardCore 项目创建了一个 docker 映像。 我尝试使用以下命令运行它 但是,图像不运行。 当我检查容器日志时,我看到以下错误 上述异常是由于使用-e flag设置的缺少配置接下来,我创建了以下 docker-compose 文件,图像按预期工作,没有错误! 但是,当使用d ...

Nginx 在用于容器的 Azure Web 应用程序中的 Dockered Django 应用程序中找不到静态文件 - Nginx not finding static files in Dockered Django app in Azure Web App for containers

我设法使用 docker compose(Django 容器 + Nginx 容器)在本地运行我的 Django 应用程序并且它工作正常,但是当我想在 Azure Web 应用程序中为容器运行它时,nginx 找不到资源。 我不知道我是否应该更改一些配置以便它可以在 Azure 服务中工作,或者我需 ...

Azure 存储帐户文件共享内容保留期 - Azure storage account fileshare contents retention period

我在 Azure 中有一个 Linux 容器 web 应用程序。 我已将日志记录路径配置为 Azure 存储帐户 file_share 路径。 由于我的应用程序将转储更多日志,因此我需要删除早于 X 大小或 X 天的文件。 我可以看到该选项仅在 blob 的存储帐户中可用。 有什么办法可以实现文件共 ...

写入持久存储的命令挂在 Linux 容器的 Azure 应用服务中 - Writing command to persistent storage is hanging in Azure App Service for Linux Containers

我们有一个自定义容器映像,我们正尝试在 Azure 应用服务中运行。 该图像有一个 shell 脚本作为入口点,它执行许多命令,其中一些与文件 IO 相关。 我们需要通过更改配置WEBSITES_ENABLE_APP_SERVICE_STORAGE = true来开启 Persisten Stora ...

Web Kubernetes (AKS) 1.19版本部署的应用程序返回404页面未找到 - Web App deployed in Kubernetes (AKS) 1.19 version returns 404 Page not found

我们有一个反应节点 web 应用程序,它部署在 Azure Kubernetes 中。 该应用程序当前部署在 AKS 中,Kubernetes 版本为 1.15,但我们希望将 Kubernetes 升级到 1.19。 在将应用程序部署到 AKS 1.19 时,我们对多个 yaml 文件进行了必要的更 ...

是否可以在 Azure 应用服务 Linux 中使用 OpenGL? - Is it possible to use OpenGL in Azure App Service Linux?

我们正在构建一个与 .NET 5 一起运行的 ASP.NET API,它使用 SkiaSharp 动态创建和返回图像。 我们注意到使用 GPU 可以显着提高性能。 我们知道,为了使用 GPU,我们需要实例化 OpenGL 上下文,但随之而来的是一些要求。 我们的测试在我们的环境中运行良好:Mac ...

Azure 使用容器的应用服务:容器什么时候更新? - Azure App Service using Containers: When is the container updated?

我正在使用 Docker 容器运行 Azure 应用服务。 我真的没有找到文档,在这种情况下更新容器。 此外,我想使用应用程序服务插槽,但我不确定这是否会改变任何内容。 我假设,如果可以控制更新(尤其是交换插槽),则可以将 siteconfig/linux_fx_version 中的标签设置为最新 ...

强制停止 Azure 应用服务部署插槽交换 - Force stop Azure App Service Deployment Slot Swap

我们正在使用 Azure DevOps 部署到暂存槽,然后与生产交换。 当交换出现问题时,它将继续尝试近 30 分钟。 因此,我想在交换任务上设置一个超时,但如果我这样做,它将停止 DevOps 中的任务并让该过程发生在 Azure 中。 我想要一种通过 CLI、API、PowerShell 或 D ...

如何设置 Azure 管道以发布到具有多个 docker 容器的 Azure 应用服务? - How do I setup Azure Pipelines to release to Azure App Service with multiple docker containers?

我正处于开发项目的早期阶段——并试图确定 CI/CD 管道。 在尝试将多个 docker 容器部署到单个 Azure 应用服务中时,我遇到了一些困惑。 这是我要实现的目标的大纲,其中包含尽可能多的细节。 任何关于我哪里出错的指导将不胜感激。 我已经在我认为我已经正确配置的项目旁边打上了复选标记。 ...

将 Azure Web 应用程序用于具有托管标识的容器 - Using Azure Web App for Containers with managed identity

为具有自定义映像的容器部署了 Azure 应用服务(来自 Centos 7 基础映像)。 根据以下文档,有一个环境变量应由 Azure 设置并用于创建 REST API 请求以获取访问令牌: IDENTITY_ENDPOINT - URL 到本地令牌服务。 但是,在容器内部检查时,未设置此变量: ...

持续监控 Azure DevOps 发布 - Continuous monitoring Azure DevOps Release

我正在尝试创建一个设置,在其中部署“容器的 Webapp”,但我想通过 Azure 监视器进行一些检查。 我的想法是部署 web 应用程序,然后有一个门检查 azure 监视器警报集的可用性。 当可用性检查失败时,它应该回滚。 文档指出“当发布管道检测到 Application Insights ...

Azure Webapps 的默认图像是否公开? - Is the default image for Azure Webapps public?

我想在 Azure Webapps 中运行 PHP 应用程序。 为此,我想使用自己的 Container,因为当前默认值存在一些问题。 代码或 Dockerfile 是否在某个地方公开,因此可以将其用作基础? 编辑:我也想提交一个潜在的错误,但我也找不到问题跟踪器。 ...

右键单击使用 Visual Studio 2019 将自定义 docker 图像发布到现有 ACR - Right click publish custom docker images to existing ACR with Visual Studio 2019

当我尝试通过 Visual Studio 2019 将 DotNet 3.1 web 应用程序发布到 ACR 时出现以下错误。 我按照此链接的说明进行发布,但我没有创建新的,而是从列表中选择了现有的 ACR。 我还在 Visual Studio 中查看了使用错误中显示的任何特殊开关设置 ACR 凭 ...

在 Azure 向导“创建 Web 应用程序”中使用图像源:“Azure 容器注册表”而不是图像源:“私有注册表”的好处? - Benefit in using Image Source: `Azure Container Registry` over Image Source: `Private Registry` in Azure wizard `Create Web App`?

使用选项 Image Source: Azure Container Registry over Image Source: Private Registry in Azure 向导Create Web App有什么好处吗? 我们有一个常见的 Azure 订阅,我们在其中创建了 Azure 容器注 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM