Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Azure App Configuration

Posted By: ELK1nG
Azure App Configuration

Azure App Configuration
Published 9/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 493.09 MB | Duration: 1h 9m

Azure app configuration , key filter label filter, feature flags

What you'll learn
azure external configuration store
one of the objective of 12 factor configuration
No risk
Proper case study with examples
Requirements
basic knowledge of azure cloud
Description
My Name is Pritesh mistry and I have completed my masters in computer application in 2005. I started with Jr Java Programmer.Now I am java programer having more than 16 years of experiance in developing, architecting projects in variout financial and insurance organization. Currently I am working as azure devops programmer .Azure App Configuration is a developer-focused service in Azure that manages and distributes application settings. It helps implement patterns, such as the 12-factor app, and is particularly useful for cloud native and other distributed applications. In this episode, we'll discuss how you can use Azure App Configuration to simplify management of and secure access to your application settings.Azure App Configuration provides a service to centrally manage application settings and feature flags. Modern programs, especially programs running in a cloud, generally have many components that are distributed in nature. Spreading configuration settings across these components can lead to hard-to-troubleshoot errors during an application deployment. Use App Configuration to store all the settings for your application and secure their accesses in one place.Configuration Refresh feature allows the application to load the latest property value from configuration store automatically, without restarting the application.Changing a property key in the configuration store on Azure Portal, e.g., /application/config.message, log similar with below will be printed on the console.

Overview

Section 1: Introduction

Lecture 1 Introduction and basic app configuration example

Lecture 2 Basic app config with label

Lecture 3 Basic app config with key filter

Lecture 4 Basic app config with label filter

Section 2: Key value reference

Lecture 5 Key value reference example

Section 3: Azure app config feature flag

Lecture 6 Azure app config feature flag example

course for anyone who want understand app configuration