cost 127 ms
Azure 功能管理器 UseFeatureFlags 过滤器 label 未按预期工作 .net 核心 - Azure Feature Manager UseFeatureFlags filter by label not working as expected .net Core

我正在尝试在我的 .net 核心 api 项目中设置 Azure 功能管理器。 我在 azure 中设置了两个标志。一个带有“开发”label,另一个没有 label。 我试图只检索开发 label 的功能标志。但它返回了 azure 中的所有两个标志。我试图找出我做错了什么。 如果有人对如何解决 ...

如何在二头肌模板中获取 Azure 应用程序配置功能标志值列表 - How to get Azure App Configuration feature flag value list in bicep template

我想从二头肌模板中的 Azure 应用程序配置中获取已创建的功能标志列表。 我想将它传递给单独的二头肌文件,该文件将在现有和新功能标志上使用联合 function 以不覆盖现有功能标志。 我已经为 Web App 和 list() function 使用了类似的东西来获取现有的应用程序设置: 如何为 ...

如何从 Spring 引导获取具有特定 label 的 Azure 应用程序配置功能标志的值? - How to get the value of Azure App Configuration Feature Flag with specific label from Spring boot?

我开始在我的项目中使用 Azure App Configuration 服务和 Feature Flags 功能。 我遵循了这个文档并能够创建一个 Spring 引导项目。 我还创建了一个 FeatureFlagService class 并在其中自动装配了 FeatureManager clas ...

如何通过 c# 代码为应用程序配置创建 Azure 功能标志? - How to create Azure Feature Flag for the App Configuration through c# code?

我正在使用 .net 核心 3 在应用程序配置中创建配置设置。 我能够使用以下代码片段和以下链接中的一些附加配置在配置资源管理器中创建键值 https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/appconfiguration/Azur ...

Azure Microsoft.FeatureManagement.FeatureManager 未检索到具有 Label 的应用程序配置功能标志 - Azure App Configuration Feature Flag with Label is not retrieved by Microsoft.FeatureManagement.FeatureManager

我开始在我的项目中使用 Azure App Configuration 服务和 Feature Flags 功能。 我看到的是,每当我定义一个新功能标志并为 label 字段设置一些值时,它就不会被_featureManager.GetFeatureNamesAsync();检索到。 因为某些原因。 ...


排序:
质量:
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM