Azure Resource Manager templates can be used to deploy your Azure Resources automatically following Infrastructure As Code (IaC) practices.
Welcome to K2V Academy, where you can find stuff to learn about Development, Cloud, DevOps and everything in between.
23 Post(s) found.
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.