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.
43 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.
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.
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.
Using the Secure DevOps Kit for Azure (AzSK) and Azure Pipelines you can easily run security verification tests on the Azure Resources your application is deployed on to make sure the resources are compliant with the security controls.
Secure DevOps Kit for Azure (AzSK) includes an Azure Resource Template (ARM) checker that you can easily integrate with Azure Pipelines to analyze your ARM templates for security improvements.
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.
Secure DevOps Kit for Azure is an interesting toolkit that originated within Microsoft and now Open Source for the general public to use in their project to maintain security controls across different stages of development.
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.
Some Azure services are not available for use by default. You have to enable them explicitly using the Azure Portal, Azure PowerShell and Azure CLI.
Compliance and Governance is an important factor for the cloud resources managed by your organization and Azure Policy helps you get on top of Azure Governance and Compliance.
You can easily implement a build and release pipeline for your open source NuGet packages using Azure Pipelines and streamline the release process for your NuGet packages.
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.
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.
Azure Powershell can be used to easily reset the local administrator password for an Azure Virtual Machine. Follow this article to learn how.
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.
Just In Time access for Azure Virtual Machines is an excellent feature provided by Azure Security Center to limit access to the virtual machines as and when its needed.
Azure DNS provides seamless integration to configure DNS records for your Azure Resources. Learn how to configure a custom domain for Azure App Service using Azure DNS.
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.
With new capabilities of Visual Studio, you can now create continuous delivery pipelines without even leaving Visual Studio.
When deploying virtual machines on Azure its important to understand how Update domains, Fault domains, Availability sets work together to enable high availability.