TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About ECR
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Akshay Patel (5)
Vignesh Kumar (4)
Muhammad Asif (3)
CSharp TV (3)
Mudita Rathore (2)
Nikunj Satasiya (2)
Sardar Mudassar Ali Khan (2)
Anupam Maiti (2)
Sarthak Varshney (2)
Ziggy Rafiq (2)
Vijayaragavan S (2)
Sangeetha Sundaramoorthy (2)
Dinesh Beniwal (2)
Syed Shakeer (2)
Vinay Ayinapurapu (2)
Jayraj Chhaya (1)
Vijay Pratap Singh (1)
George (1)
Nakkeeran Natarajan (1)
Shilpa Tanwar (1)
Gajendra Jangid (1)
Abdul Basith (1)
Velladurai (1)
Dharmeshwaran S (1)
Jochen Bartlau (1)
Abhishek Chadha (1)
Poonam Beniwal (1)
Lokendra Singh (1)
Ajay Yadav (1)
Vikas Gupta (1)
Shubham Kumar (1)
Nisha Pandita (1)
Santhosh Teja (1)
Kunal Patil (1)
Monica Rathbun (1)
Tuhin Paul (1)
Kaviya Balasubramanian (1)
Nanddeep Nachan (1)
Sarathlal Saseendran (1)
Kjetil Roe (1)
Arun Ramaswamy (1)
Kirtesh Shah (1)
Sateesh Arveti (1)
Keyur (1)
Ajay Kumar (1)
Vaibhav Patil (1)
Nilesh Jadav (1)
Koshila Senadhira (1)
Khoday Akilesh (1)
Rajkumar Jain (1)
Dhanapal Chandran (1)
Jaydip Trivedi (1)
Uday Dodiya (1)
Vivek Kumar (1)
Rakesh Kalluri (1)
Ashish Yadav (1)
Toufik El Azzaoui (1)
Apoorv Srivastava (1)
Uttam Kumar (1)
Muhammad Shakir (1)
Arun Potti (1)
Satish Bhuktar (1)
Ojash Shrestha (1)
Jin Necesario (1)
Karthick S (1)
Vijai Anand Ramalingam (1)
Saineshwar Bageri (1)
Sumit Gupta (1)
Shweta Lodha (1)
Aleksandra (1)
Cecil Phillip (1)
Krunal Trivedi (1)
Saillesh Pawar (1)
Manish Dwivedi (1)
Sibeesh Venu (1)
Guest User (1)
Abhishek Mishra (1)
Nitin Desai (1)
Related resources for ECR
No resource found
What is a Vault in DevOps
11/20/2024 4:48:43 AM.
A Vault in DevOps is a secure tool used for managing sensitive data like passwords, API keys, certificates, and other secrets. It ensures encryption, access control, and auditing of secrets across dif
How to Create and Use Key Vault References in .NET Core Web API
10/28/2024 4:14:04 AM.
Azure App Configuration allows your application to use Key Vault references by creating keys that point to values stored in Key Vault. Rather than storing sensitive data directly, App Configuration us
Increment and Decrement of Numbers Using Event in Backbone.js
9/9/2024 11:53:16 AM.
In this article, we create a simple application using Backbone.js to increment and decrement numbers with event handling. By adding two buttons, users can click to increase or decrease a number.
Web API in Azure (2), Set a Client Credential Secret
9/2/2024 10:31:29 PM.
This article will discuss how to Set a Client Credential Secret for Azure Web API. This series of articles guides users through setting up and consuming a Web API registered on the Azure Identity Plat
Encryption and Decryption using AES in .NET Core and .NET Framework
9/2/2024 7:24:40 AM.
AES (Advanced Encryption Standard) is a symmetric encryption algorithm using the same key for both encryption and decryption. In C#, AES encryption involves setting up a RijndaelManaged instance with
RSA Encryption and Decryption in .NET Core and Framework Explained
8/30/2024 9:37:27 AM.
The RSA algorithm is an asymmetric cryptography method that uses a pair of keys: a public key for encryption and a private key for decryption. This example demonstrates how to use the BouncyCastle lib
Encryption and Decryption using RSA (asymmetric) in Angular
8/30/2024 8:35:23 AM.
This guide explores implementing RSA asymmetric encryption and decryption in Angular. It covers how to integrate RSA public and private key pairs for secure data transmission.
Encryption and Decryption using AES (Symmetric) in Angular
8/30/2024 5:01:16 AM.
AES (Advanced Encryption Standard) is a symmetric encryption algorithm used for secure data transmission. Implement AES in Angular using the crypto-js library, supporting modes like CBC, ECB, and CTR,
Integrating SharePoint Data Into Node.JS Application
8/9/2024 9:47:50 AM.
Learn how to integrate SharePoint data into Node.js applications. This guide covers setting up a Node.js environment, installing necessary packages (node-sp-auth, request-promise), and authenticating
How to Implement Email Verification in Next.js?
8/2/2024 6:12:03 AM.
Email verification is a crucial step in user registration processes, ensuring that users provide valid email addresses and confirming their identity. This guide demonstrates how to implement email ver
Encrypting and Decrypting Files using .NET Core
7/28/2024 1:06:15 PM.
Learn how to implement AES encryption and decryption in .NET Core with a detailed guide. Secure your sensitive data using systematic file encryption techniques. This comprehensive tutorial will equip
Securing Sensitive Data with Azure Key Vault in .NET Core
7/23/2024 10:32:58 AM.
Integrate Azure Key Vault with your .NET Core application to securely manage sensitive data like passwords and API keys. Azure Key Vault offers centralized, secure storage with Azure Active Directory
Two Factor Google Authenticator Using ASP.NET Core And Angular
7/18/2024 12:26:15 PM.
Implementing 2-Factor Google Authenticator with ASP.NET Core and Angular enhances security by requiring users to provide a time-based one-time password (TOTP) alongside their password.
Check Service Principal Names Expiration Date in Microsoft Entra ID
7/9/2024 9:02:27 AM.
This guide outlines the steps to check Service Principal Names (SPN) expiration dates using the Azure portal, ensuring the smooth operation of Azure-based applications. It includes signing in, navigat
Setting Up Google Authentication in ASP.NET Core MVC
7/8/2024 11:37:17 AM.
Integrate Google Authentication into your ASP.NET Core MVC application for secure and easy user login. Follow steps to create a project in Visual Studio, configure Google API Console, install necessar
C# Method Designed to Make a POST Request to a Web API Endpoint
7/4/2024 5:31:08 AM.
This guide covers API integration in C#, detailing serialization, encryption, HTTP requests, and error handling. Learn how to set up an API integration method, handle responses, and follow best practi
RBAC vs Vault Access Policy in Azure Key Vault
6/25/2024 6:02:23 AM.
Azure Key Vault manages secrets, keys, and certificates for cloud applications. It offers two access control methods: Role-Based Access Control (RBAC) for broad, role-based management across Azure res
How We Hire Developer Talents?
6/20/2024 4:55:46 AM.
Our comprehensive recruitment process evaluates developers on technical skills and cultural fit through Testdome assessments, structured interviews, and a day with the team. This approach ensures we s
Unveiling HTML's Secret Sauce: The Power of Attributes
6/8/2024 1:52:36 PM.
Explore essential HTML attributes like accept, alt, autocomplete, contenteditable, download, hidden, srcset, readonly, loading, and poster, crucial for enhancing user experiences, accessibility, and p
How To Access Azure Key Vault Secrets Through Rest API Using Postman
6/5/2024 8:09:28 AM.
Learn how to securely access Azure Key Vault secrets via REST API using Postman. Explore authentication methods, HTTP requests, and secret retrieval to integrate Key Vault seamlessly into your workflo
Exploring Linux: Unlocking the Secrets of the Open-Source
5/21/2024 10:24:04 AM.
Unraveling the Mysteries of Linux: This guide delves into the enigmatic world of Linux, an open-source operating system renowned for its customization, security, and performance. Explore the Linux ker
Securely Managing Secrets with Azure Key Vault and Python
5/15/2024 7:15:17 AM.
This article introduces leveraging Azure Key Vault with Python to securely store and retrieve secret values. It covers setup, installation, storing, and retrieving secrets, enhancing data protection i
Bypassing Obfuscation: Ciphered Code Reverse Engineering
5/8/2024 10:13:08 AM.
In this article, we have performed reverse engineering over a protected binary by deep analysis of both obfuscated source code and MSIL assembly code.
How Secure Sockets Layer (SSL) Protects Data Online?
5/7/2024 5:53:30 AM.
Learn how SSL works in a step-by-step guide for beginners and professionals, ensuring secure internet communication and data protection.
Encryption for Data Security: Creating Digital Certificates
5/6/2024 6:15:44 AM.
Encryption secures data by converting it into unreadable ciphertext using algorithms and keys, preventing unauthorized access. SSL/TLS certificates enable secure communication between websites and use
Text Encrypt and Decrypt With a Specified Key
4/25/2024 8:05:19 AM.
Encrypting and decrypting text with a specified key involves using cryptographic algorithms to convert plain text into cipher text and vice versa, ensuring data security. The key serves as the paramet
Automate Azure Key Vault Key Refresh with Managed Identity
4/15/2024 8:41:39 AM.
Automate key refresh in Azure Key Vault using Azure Function with Managed Identity. Enhance security and efficiency by managing secrets automatically within your Azure environment, ensuring seamless a
Unveiling the Secrets: Data Mining and Data Warehousing
4/13/2024 6:04:01 PM.
Want to uncover hidden insights in your data? Explore data warehousing & data mining - powerful tools for business intelligence & informed decision-making. #data #analytics
How To Encrypt And Decrypt In C# Using Simple AES Keys
4/12/2024 11:29:58 AM.
Learn how to encrypt and decrypt data in C# using simple AES keys. AES, a symmetric encryption algorithm, ensures secure communication by encoding and decoding messages.
Security ASP.net Core MVC (C#) Encryption and Decryption
4/9/2024 6:14:18 PM.
On the topic of "Security in ASP.NET Core MVC (C#): Encryption and Decryption," Ziggy Rafiq has written an insightful article. As Ziggy explores encryption and decryption techniques, he offe
Best Practices for Maintaining Security and Preventing Vulnerabilities in C#
4/9/2024 5:54:03 PM.
Explore essential security practices in C# programming with Ziggy Rafiq, covering password hashing, input validation, SQL injection prevention, cryptography, HTTPS, secret management, and staying upda
Implementation of Base64 Encryption/Decryption in Power App
4/5/2024 7:12:00 AM.
Base64 is a method for encoding binary data into text, ensuring data integrity during transmission. Implemented in Power Apps using Power Fx, it's vital for tasks like email (MIME), XML, or JSON d
How To Get Started With Always Encrypted For Beginners - Part Two
3/28/2024 6:26:09 AM.
In this post we will pick up where we left off in Part 1, if you haven’t read that please go back and do so. Now that we have encrypted our columns, it’s time to take a look at how we decrypt them ins
Azure DevOps: Integrate Key Vault Secrets with Local Self-Hosted Agent
2/29/2024 10:29:13 AM.
Learn how to integrate Azure Key Vault secrets into Azure Pipelines for secure CI/CD processes using Self-hosted Local Agents. The comprehensive guide covers Azure DevOps setup, Key Vault management,
Understanding 'beforeCreate' and 'created' Lifecycle Hook
2/22/2024 6:29:41 AM.
Vue.js, a progressive JavaScript framework, offers a robust lifecycle system that allows developers to hook into various stages of a component's existence. These lifecycle hooks are essential for
Azure Key Vault Creation, RBAC Setup, User Addition, Secret Management
2/21/2024 11:18:44 AM.
Azure Key Vault empowers secure storage of secrets, keys, and certificates. Implement RBAC for fine-grained access control, manage users, and grant permissions. Easily create backup, delete, and resto
How To Register An App In Azure Active Directory
2/12/2024 9:27:07 AM.
This guide outlines the steps to register an application in Azure Active Directory (AD). The purpose includes integrating apps and services with Azure AD, generating tokens for authentication, and lev
Connect To SharePoint Online Site With App Only Authentication
2/8/2024 9:38:46 AM.
In this article, we will explore various options to connect to SharePoint Online. Pros and Cons of each option and mainly how we can connect SharePoint Online site with App Only Authentication.
Easily Read Key Vault Secrets From ASP.NET Core Web API Application
2/7/2024 5:29:31 AM.
Azure Key Vault facilitates secure storage and access to sensitive information such as API keys and passwords. It organizes secrets into logical groups called vaults. Refer to Microsoft's document
Xite Encryption
1/31/2024 10:06:02 AM.
This code provides an easy-to-use encryption and decryption solution in C#. It utilizes RSA cryptography, allowing seamless integration into Visual Studio projects. This class contains methods/functio
Azure Key Vault Secret Client Library for Python SDK
1/2/2024 8:59:29 AM.
This module speaks about accessing Key Vault secrets through Python code. Key Vault is a service offered by Azure to store secrets such as passwords, certificates, keys etc in a safe and secure manner
Scaling Azure Databricks Secure Network Access to Azure Data Lake Storage
12/13/2023 1:36:49 PM.
Explore secure network access in Azure Databricks to Azure Data Lake Storage. Learn setup, RBAC, and secure coding with practical examples.
ASP.NET Core Data Protection API
12/11/2023 6:40:33 AM.
ASP.NET Core Data Protection API. In web applications, ensuring authenticity is pivotal during round trips. This article delves into the Asp.Net Core Data Protection API, discussing its implementation
Secrets Of Accumulator Functions
11/22/2023 9:21:23 AM.
Accumulator functions, also known as aggregation functions or reduce functions, are essential components in functional programming and data processing. These functions operate on a collection of value
TripleDES Encryption and Decryption in C#
10/16/2023 5:35:37 AM.
Encryption is the process of rendering data unreadable to safeguard it from unauthorized access. It's widely applied in banking, e-commerce, communication, and security. TripleDES (Triple Data Enc
Create Encrypted AES Files and Decrypt AES Encrypted Files in C#
10/6/2023 9:46:22 AM.
How to Create Encrypted AES Files and Decrypt AES Encrypted Files in C#
How to Decrypt data using RSA algorithm in C#?
10/3/2023 6:55:16 AM.
In this article, we have sample code for decrypt an encrypted data with help of RSA Decryption algorithm and .pfx file which contains private key for decryption.
Hill Cipher In C#
9/20/2023 9:38:38 AM.
Hill Cipher is a polygraphic substitution cipher that encrypts and decrypts plaintext into ciphertext and vice versa using matrix operations. It is more secure than traditional Caesar ciphers and subs
How to Create a Key Vault Using the Microsoft Azure portal
9/11/2023 11:42:38 AM.
To create a Key Vault in the Microsoft Azure portal, first, log in to the Azure Portal at portal.azure.com. Then, click "Create a resource" and search for "Key Vault." Select Key V
Keeping Secrets Safe in .NET/ASP.NET Core Applications with Azure Key Vault
9/7/2023 11:06:27 AM.
Securing secrets in .NET/ASP.NET Core applications using Azure Key Vault is crucial for maintaining the confidentiality and integrity of sensitive information such as API keys, connection strings, and
Registering Applications with Certificates, Secrets, and Federated Credentials
9/2/2023 7:16:16 AM.
Discover the process of registering applications using certificates, secrets, and federated credentials in this informative guide. Unlock powerful authentication methods for your digital endeavors.
Cryptography actions with File in Desktop flow using Microsoft Power Automate
6/16/2023 7:31:15 AM.
Reading this article, you can learn how to encrypt or decrypt a file using Encrypt from file with AES action and Decrypt to file with AES action with the Desktop flow in Microsoft Power Automate
Cryptography Actions with Plain Text in Desktop Flow using Microsoft Power Automate
6/15/2023 4:42:49 AM.
Reading this article, you can learn how to encrypt or decrypt plain text using Encrypt text with AES action and Decrypt text with AES action with Desktop flow in Microsoft Power Automate.
Encryption and Decryption in ASP.NET Windows Console Application using C#
5/22/2023 10:09:44 AM.
In this article, I have explained how to encrypt and decrypt the text using the AES Encryption standard. Open Visual Studio, Create a new console application.
Replicate ECR Image from AWS one region to another region
5/19/2023 9:47:28 AM.
Create Mirror copy of ECR from one region to another region
GCM mode Encryption and Decryption in ASP.NET Console App
5/15/2023 5:31:44 AM.
In this article, I have explained how to encrypt and decrypt the text using AES Encryption standard using GCM mode.
Secret GIT commands
5/4/2023 9:47:34 PM.
Some of the secret commands in GIT
Encryption - Decryption In JavaScript Like A Student Thought
3/17/2023 8:56:39 AM.
In this article, you will learn about Encryption - Decryption in JavaScript.
Config Maps and Secrets - Kubernetes Fundamentals Ep. 8
2/16/2023 10:37:01 AM.
In this episode, you will learn about Config Maps and Secrets in Kubernetes.
How to Decrypt a File in C#
2/8/2023 2:27:20 AM.
The File.Decrypt method decrypts a file in C#.
How to Encrypt a File in C#?
2/8/2023 2:17:45 AM.
File class provides a method to ecrypt a file. Learn how to Encrypt a File in C#.
Encrypt and Decrypt in SQL Server: Part 1
2/3/2023 8:00:29 AM.
In this article, we will discuss Service Master Key, backup, restore and alter Service Master Key.
Best Algorithm For Encrypting And Decrypting A String In C#
1/31/2023 8:51:53 AM.
In this article, we learn about how to encrypt and Decrypt a String in C#.
How to Encrypt and Decrypt a Password
1/31/2023 6:03:32 AM.
How to Encrypt and Decrypt a Password using EncryptByPassPhrase and DecryptByPassPhrase.
How to Encrypt and Decrypt Text
1/30/2023 6:36:15 AM.
This article explains how to Encrypt and Decrypt text.
Encryption And Decryption Using A Symmetric Key In C#
1/30/2023 6:21:47 AM.
In this article, we are going to learn how to use the symmetric key for encrypting and decrypting data in C#.
Encrypt and Decrypt in SQL Server: Part 5
1/19/2023 9:12:44 AM.
In this article, we will create a symmetric key and encrypt and decrypt string using this key.
Encrypt and Decrypt in SQL Server: Part 4
1/19/2023 9:00:52 AM.
In this article, we will encrypt plain text and decrypt encrypted text using the asymmetric key.
Encrypt and Decrypt in SQL Server: Part 3
1/19/2023 8:50:44 AM.
In this article, we will generate a certificate and using this certificate we will encrypt and decrypt the string.
Encrypt and Decrypt in SQL Server: Part 2
1/19/2023 8:34:02 AM.
In this article, we will discuss Database Master Key. The database master key is a symmetric key used to protect the private keys of certificates and asymmetric keys that are present in the database.
Unlock the Secrets of the Rank Function in SQL Server
1/18/2023 3:14:41 PM.
Unlock the power of SQL Server and learn the essential rank functions to optimize your database. Get tips and tricks you can use immediately to maximize your SQL Server performance!
SharePoint List Operation With Time Trigger Azure Function
10/20/2022 8:11:10 AM.
In this article, you will learn about SharePoint List Operation with Time Trigger Azure Function.
Generate A Strongly Secured Encrypted PDF File Using PDFFileEcrypter
10/19/2022 5:35:48 AM.
The purpose of this article is to present an effective approach for strong encryption of PDF files using a password and a complicated algorithm.
Monitor The Azure Active Directory Client Secret Expiration
10/6/2022 6:23:03 AM.
In this article, we will learn how to use Azure Functions and PowerShell to monitor the Client Secret Expiration of Azure AD apps and sent reminder emails
Validating Client ID And Client Secret Using POSTMAN
9/6/2022 1:32:16 AM.
This article explains how to check the validation of client credentials (client id and secret) using POSTMAN and by interacting with Graph API. This also has steps for POST request which is a rare fin
Implement AWS Secrets Manager In ASP.NET Core
9/5/2022 10:54:30 AM.
In this article, you will learn how to implement AWS Secrets Manager in Asp.Net Core.
Encrypt a File Using Rijndael
8/22/2022 8:52:57 AM.
In this article, we will encrypt a file and embed an encrypted key through which we encrypt that file.
How To Connect To Dynamics 365 CE Environment Using Client ID And Secret In XrmToolBox
7/25/2022 6:25:12 PM.
A step-by-step process to connect to Dynamics 365 CE environment using Client Id and Secret in XrmToolBox.
Extending The Validity Of Existing Client Secret In SharePoint
7/22/2022 8:36:40 PM.
In this article, you will learn how to extend the validity of existing Client secrets in SharePoint.
How to Raise Your Game: High Performance Secrets from the Best of the Best
5/10/2022 6:48:49 AM.
Watch this Session by Alan Stein on How to Raise Your Game: High-Performance Secrets from the Best of the Best at Leadership Conference 2022.
Azure Key Vault - Create Key Vault
2/18/2022 5:59:07 AM.
In this article, we'll learn about Azure Key vault and go through step by step process to create a Key Vault in Azure.
ASP.NET Core User Secrets Getting Started
2/7/2022 10:08:18 AM.
User secrets is a fantastic feature in ASP.NET Core. This article will introduce user secrets using the command line dotnet user-secrets.
AWS Secrets Manager Vs Parameter Store (Systems Manager)
2/2/2022 11:11:01 AM.
In this article, you will learn about AWS Secrets Manager Vs Parameter Store.
Validate If Client ID And Client Secret Are Valid
2/1/2022 4:23:26 AM.
This article describes about validating the app principals by checking the validation of client ID and Client Secret details.
How To Retrieve Secrets From AWS Secrets Manager In .NET 6 Web API
1/11/2022 3:50:22 PM.
In this article, you will learn how to retrieve secrets from AWS Secrets Manager in .NET 6 Web API.
Encrypt in JavaScript and Decrypt in C# With AES Algorithm
1/7/2022 11:46:08 AM.
In this article I am going to show you how to encrypt Client side values in JavaScript and decrypt in C# with AES algorithm in ASP.NET web forms.
Implementing Console App in Dynamics CRM Using Azure Application ID And Secret Key
11/22/2021 8:54:43 AM.
The article is all about steps to be followed to connect to Dynamics CRM using the Azure Application Id and Secret Key
Create An Azure Key Vault With Vault Access Policy And Add Secrets Using ARM Template
7/25/2021 7:27:55 AM.
In this article, you will learn how to create an azure key vault with vault access policy and add secrets using ARM template.
Unlock the secrets of success - Growth Mindset Show
7/6/2021 3:04:45 PM.
In this episode of Growth Mindset, we discuss on how to Unlock the secrets of success.
How to Update Secret in GitHub Repository
4/20/2021 2:02:51 PM.
This video explains the need of changing the deployment token, which gets generated while pushing our Azure Static Web App code on GitHub. It also tells, from where and how to get this token changed.
How To Secure Apps With Secret Manager In A Development Environment?
4/11/2021 10:51:55 AM.
As a developer, you have to make the right choices when keeping your coding environments fully secure. You need to pick the right security tools in this process. Let us help you!
Secretless apps with .NET and Azure Key Vault
3/19/2021 5:25:31 AM.
In this episode, Scott Addie joins Christos Matskas to discuss secrets management in .NET apps. They cover the .NET SDK's Secret Manager tool as an option for your local development environment. N
Secret Volumes (With Demo) And Empty Volumes In Azure Container Instances
2/11/2021 3:42:46 PM.
Azure Container Instances support secret volumes and the secret volumes allow you to store sensitive data. That sensitive data could be your SSH keys or it could be your database credentials.
How To Authorize Your Key Vault Secrets To Serverless Azure Function
2/11/2021 3:27:35 PM.
In this article, we will learn how to authorize our Azure Function to access Key Vault secrets.
Encrypting and Decrypting Cookies in ASP.NET 2.0
2/3/2021 9:18:44 AM.
This article demonstrate how to encode and decode cookies in ASP.NET 2.0
Encrypt and Decrypt Text in Web API
1/29/2021 7:25:12 AM.
In this article I will show you how to encrypt and decrypt text.
Encrypt And Decrypt Connection String In Web.Config File
1/5/2021 11:51:07 AM.
In this article we are going to see how we can encrypt and secure our connection string in our web config file.
ASP.NET Core 2.0 Secret Manager
11/20/2020 3:28:43 AM.
I discussed in the previous post how configuration settings can be stored in configuration files. However, these files are checked in the source control and not suitable to store confidential settings
Azure Kubernetes Service - Storage
7/28/2020 7:39:16 AM.
In this article, we will explore pods in the Azure Kubernetes Service.
Managing Secrets Using Azure Key Vaults
7/6/2020 8:29:39 AM.
A point of view on how you an organization can achieve their security goals by adopting secret management service from Azure - Key Vaults