During development it's much easier to have Local Development configured for Azure App Configuration. Using Managed Identities for Azure Resources you can configure Local Debugging for App Configuration.
Welcome to K2V Academy, where you can find stuff to learn about Development, Cloud, DevOps and everything in between.
77 Post(s) found.
During development it's much easier to have Local Development configured for Azure App Configuration. Using Managed Identities for Azure Resources you can configure Local Debugging for App Configuration.
Azure Key Vault can be easily configured to be used with Azure App Configuration to fetch Key Vault secrets through App Configuration using key vault references. This makes accessing Azure Key Vault for your ASP.Net Core easier for centralized configuration management.
Apart from default offline caching implementation, you can implement custom offline caching for Azure App Configuration.
Learn how you can configure Dynamics Refresh for Azure App Configuration so you can add the capability to update the app settings on your ASP.Net Core application without the need for the application to restart.
Easily configure Offline Caching for Azure App Configuration so you can reduce the calls to Azure for fetching app configuration which will increase the performance.
Managed Identities are a secure way of accessing Azure Services. Learn how you can use Managed Identities to access Azure App Configuration for your configuration management needs.
When using Microsoft Feature.Management you can use Azure App Configuration which is a configuration and feature management service provided by Azure as the platform for managing your Feature Flags.
Azure App Configuration is an excellent service for feature management in your .Net application. Learn about some advanced use cases that could come in handy in your next feature toggle implementation.
In the Microsoft Feature Management library you can combine multiple feature flags to control the exposure to a single feature. Learn how you can do that with Microsoft Feature Management framework
When using the Microsoft Feature.Management framework you can implement handlers to gracefully handle when someone accesses a disabled feature by showing them a warning page.
When using Microsoft Feature.Management framework you are able to create complex feature flags using Feature Filters which are scenarios you can define to decide when to enable/disable features.
Microsoft Feature.Management framework allows you to implement custom feature filters where you can provide a tailored experience using multiple factors to enable/disable features in .Net Core applications.
This is an introduction into the Microsoft Feature.Management library that you can use with your .Net applications to implement feature flags with ease.
Azure App Configuration is a service that allows you to centrally manage your applications configuration and feature flags that can easily be integrated with .Net Configuration Providers and Microsoft Feature Management framework.
Premium Hosting Option for Azure Functions is a new hosting model that gives you best features of Dedicated and Consumption pricing plans at competitive pricing.
System Assigned Managed Identities for Azure Resources can be used as a no maintenance solution for authenticating supported Azure services quickly and easily.
User Assigned Managed Identities for Azure Resources can be used as a low maintenance solution for authenticating supported Azure services quickly and easily.
Using the Microsoft.Azure.Functions.Extensions NuGet package you can now setup dependency injection for Azure Functions v2.
Managed Identities for Azure Resources is an interesting feature provider by Azure for authentication with Azure services that support Azure Active Directory authentication.
Implementation Factories in ASP.Net Core Dependency Injection offers more control over how the dependency is crated especially with legacy code or other libraries, you many not always have the option of automatic dependency creation.
.Net Core dependency injection allows you to register and use multiple implementations of a dependency in your .Net core applications. Learn how you can register multiple dependencies in your ASP.Net Core application.
Learn about using ServiceDescriptors to register dependencies for .Net core applications.
Sentry is an open source error tracking service that you can integrate with Azure Pipelines extensions to gather telemetry from the tasks.
Key rotation is an important concept that can be implemented with Azure Key Vault and Azure Automation Runbooks.
Up till recently, we were not able to create a Resource Group using ARM templates. We always deployed an ARM template on top of an existing Resource Group. But now you are able to create a new Resource Group using ARM Templates
Custom conditions of Azure Pipelines can be used to reuse the build definitions for Pull Request validation.
Key rotation is an important concept that can be implemented with Azure Key Vault and Azure Automation Runbooks.
A git repository can be used as a configuration management mechanism for Azure API Management allowing you to perform bulk changes.
Azure Managed Identities can be used to access services like Azure Key Vault with an automatically managed identity. Learn how to configure it with Azure App Service.
Azure Managed Service Identities (Known as Managed Identities now) can be used to access azure resources that support Azure Active Directory authentication like Azure Key Vault from Azure Virtual Machines.
Managed Identity is a feature where it gives an Azure Service an automatically managed identity in the Azure Active Directory that can be used to authenticate to any Azure Service that supports Azure AD Authentication.
You can create work items on Azure DevOps directly from Azure Application Insights when you find issues or exceptions in application insights logs.
Resetting a password or creating a new Local Admin account in an Active Directory Domain Controller VM is straight forward. But in this article you can find a workaround to get it done.
Azure Resource Manager templates can be used to deploy your Azure Resources automatically following Infrastructure As Code (IaC) practices.
Validating Azure Resource Manager (ARM) templates in your continuous integration pipelines is a best practice that you can easily integration into your DevOps pipelines.
OWASP Zap Attack Proxy Task for Azure DevOps can be used to easily run vulnerability scans on your Web apps and APIs right from Azure Pipelines.
Local development experience for Azure Functions is much better than working on the Portal. Follow this article to know how to configure your development environment.
Custom Azure DevOps extensions/build tasks can be created very easily to cater custom scenarios where out of the box tasks or marketplace tasks are not available.
You can easily run Automated Security tests on Azure DevOps using OWASP Zap. You can also use C# to write unit tests that executes the OWASP Zap Analysis.
You can easily run Automated Security tests on Azure DevOps using OWASP Zap. You can also use C# to write unit tests that executes the OWASP Zap Analysis.
OWASP Zap is a free and open source security tool that can be used to find vulnerabilities in your web application or APIs. Learn how to configure OWASP Zap on an Azure Virtual Machine.
Configuring SSL and a Reverse Proxy to secure the SonarQube server on Microsoft Azure is fairly straight forward. FOllow this guide to understand the steps to do it.
Introducing the Team Project Wikis in Azure DevOps Services that allows your teams to maintain source control based documentation for project work.
SonarQube is an open source code quality analysis tool that can be easily configured on Azure using Virtual Machines and Azure SQL databases.
How to fix the issue 'Subject Alternative Name Missing [missing_subjectAltName]' issue in Chrome with Self-Signed Certificates using OpenSSL
Combining multiple Azure Functions that have different capabilities allows you to create powerful functions workflows.
Combining multiple Azure Functions that have different capabilities allows you to create powerful functions workflows.
Azure functions app can easily be created using the Azure Portal to quickly get up and running with serverless functions.
How to Fix the issue “Invalid input 'WebApplication.csproj'. The file type was not recognized.” Error in Azure DevOps
With new capabilities of Visual Studio, you can now create continuous delivery pipelines without even leaving Visual Studio.
Federated Identity Pattern is a cloud design pattern that is used to delegate authentication responsibility to an external identity provider.
Introducing Azure Functions which is the serverless computing offering from Microsoft Azure that has compelling features at a competitive price point. Explore the features and the capabilities of Azure Functions in this article.
When deploying virtual machines on Azure its important to understand how Update domains, Fault domains, Availability sets work together to enable high availability.
Tracking branch is a branch that knows which remote branch, a local branch is related to. It links a local branch to a remote branch allowing you to speed up your activities when using Git.
It's important to settle on a good branching strategy before you start working on a project. GitFlow is a popular choice for projects of any size to be used as an effective branching strategy to use wit Git.
GitFlow is a popular choice for projects of any size to be used as an effective branching strategy to use wit Git. Setting it up in your project is fairly straight forward process.
Continuous Delivery for Azure App Services can be configured on the Azure Portal using Azure DevOps (Visual Studio Team Services) in few minutes.
How to fix the issue ‘Text Becomes Blurry When VS Code Application Loses Focus’ Issue on Windows
How to fix the issue ‘Install operation did not finish successfully. Please reinstall or repair Visual Studio’ Error After Updating Visual Studio 2015 to Update 3
Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. Let's discuss using Dependency Injection in an Aurelia app.
Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. Let's discuss how we can separate Views and ViewModels & override View Resolution
Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. Let's discuss how the compose element to implement MVVM pattern in Aurelia.
Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. Let's discuss how the MVVM pattern is implemented in Aurelia.
Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. You can easily customize the Aurelia Application Startup by following this guide.
Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. Let's create a Hello World app using Aurelia.
Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop. It’s a framework that leverages the latest web technologies available and simple conventions to make your developer experience smoother and focused on creating powerful web applications.
Protractor is an end-to-end test framework for testing Angular.js applications. You can use protractor to run end-to-end tests on your application running in a real browser and interact with your application as the same way a particular user would interact with it
Embedding Google Maps in a Joomla website is pretty straight forward. Learn how you can quickly do that in this article.
Learn how to Fix Page Navigation problem in Angular Apps on Firefox OS
Learn about how you can quickly and easily add Google Maps into your Angular.JS Application.
Learn about Late Binding in C# using the dynamic keyword.
Learn about C# with the article series Sharpen Your C#.
Learn about Implicit Typing in C# in this article in the Sharpen Your C# series.
Learn how to Fix “This computer does not support Intel Virtualization Technology (VT-x). HAXM cannot be installed” error when installing HAXM for Android Emulator.
Learn how to Configure PhpStorm to debug PHP with Xdebug and Chrome
Android Emulator is usually slow to operate. But using Intel's Emulator Accelerator (HAXM) you can improve your development experience drastically.
Localize Windows Phone Apps using Microsoft Multilingual App Toolkit.