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.
Welcome to K2V Academy, where you can find stuff to learn about Development, Cloud, DevOps and everything in between.
16 Post(s) found.
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.
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.
Creating a custom $(Rev) variable for Azure Pipelines that you have complete control over using Counter Expressions
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.