简体   繁体   English

如何在发布 .net 核心项目到 azure 期间更改应用程序设置部分的值

[英]How to change the app setting section value during publish .net core project to azure

i am try to publish my live setting to the azure, the current framework i use is .net core 3.0.我正在尝试将我的实时设置发布到 azure,我使用的当前框架是 .net 核心 3.0。 However during the publishing, i am unable to change others value than the database connection as the image follow但是,在发布期间,我无法更改数据库连接以外的其他值,如下图所示在此处输入图像描述

i have others section value in my app setting however i unable to change it, may i know how to publish .net core project with others section value?我的应用程序设置中有其他部分值但是我无法更改它,我可以知道如何发布 .net 核心项目与其他部分值?

Before click publish, you should click the "Edit Azure App Service Settings" options under the Action.在点击发布之前,您应该点击 Action 下的“Edit Azure App Service Settings”选项。 The screenshot as blow:截图如下:

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ASP.NET 核心应用程序在尝试发布到 Azure 后不使用 appsettings.json 中的设置 - ASP.NET Core app does not use setting from the appsettings.json, after trying to publish to Azure 将 .NET Core 项目的测试范围从 Azure DevOps 发布到 SonarCloud - Publish Test Coverage of .NET Core Project from Azure DevOps to SonarCloud 将ASP.NET Core 2.1和Angular 6项目发布到Azure - Publish ASP.NET Core 2.1 and Angular 6 project to Azure 如何将 Blazor Web 程序集与 ASP.NET 核心托管和身份验证应用程序发布到 ZCF04A02E37B774FC3917A 服务? - How to publish Blazor Web assembly with ASP.NET core hosting and identity auth app to azure App Service? Asp net core 在 azure 应用服务上发布 500 服务器错误 - Asp net core publish on azure app services 500 server error 如何将 ASP.NET Core 和本地现有数据库发布到 Azure? - How to publish ASP.NET Core and locally existing database to Azure? 如何将 .Net Core Web Api 从 VS Code 发布到 Azure? - How to publish a .Net Core Web Api from VS Code to Azure? 如何在azure上发布asp.net项目+ SQL [首次迁移] - How to publish asp.net project + Sql [First Migration] on azure 如何在ASP.NET Core 6.0 Web API中读取Azure App服务的应用设置 - How to read application setting of Azure App service in ASP.NET Core 6.0 Web API 将ASP.Net Core 3预览6发布到Azure - Publish an ASP.Net Core 3 preview 6 to Azure
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM