Configure Teams Applications with Azure App Configuration (C#)
Most of all applications need some configuration values. Once you want to offer the option to the user to configure those values (in self service) you do not only need a UI for that but you also need to decide where to store those values. Against Microsoft SharePoint and it’s property bag for instance there is no real out-of-the-box option to store those values in Microsoft Teams applications. Okay, you might insist that if there is a Team there also is a SharePoint. But outside a native SharePoint environment (such as SharePoint Framework) access is not that easy.
In the past I already created a demo using the yeoman generator for Microsoft Teams. Now with Teams Toolkit for Visual Studio you will end up hosting your application in an Azure Web App, again. Here you can use Azure App Configuration for your config values, too.
Setup solution
Create Azure App Configuration
Prepare UI
The configuration page
Code – Retrieve Configuration Settings
Code – Write to App Configuration
Code – Read App Configuration
Managed Identity to access Azure App Configuration
Configure Teams Applications with Azure App Configuration (C#) – Markus Moeller’s SharePoint Blog
https://github.com/mmsharepoint/msgext-graph-srch-config-csharp
Configuring Teams Applications with Azure App Configuration (C#) is a process that allows developers to configure applications for use with the Microsoft Teams platform. This process enables developers to store application settings in Azure App Configuration and have them automatically updated when the application is deployed. This makes it easier to manage application settings, deploy applications, and maintain a consistent configuration. Using Azure App Configuration, developers can store settings, set up application configurations, and control the values used in their applications. Additionally, they can use the Azure App Configuration API to programmatically retrieve and update settings. This makes it easier to manage application settings and maintain a consistent configuration across multiple environments.
28 mar 2023 — Azure App Configuration provides a service to centrally manage application settings and feature flags. Modern programs, especially programs ...
10 momenti chiave in questo video
17 mag 2021 — Configure Teams Applications with Azure App Configuration (nodeJS). Most of all applications need some configuration values.
1 risposta · Miglior risposta: This is the same issue as https://github.com/MicrosoftDocs/azure-docs/issues/105624. By default, the library loads key-values with "no label", but key-values ...