A virtual machine, commonly shortened to just VM, is no different than any other physical computer like a laptop, smart phone, or server. It has a CPU, memory, disks to store your files, and can connect to the internet if needed. While the parts that make up your computer (called hardware) are physical and tangible, […]
Category: Azure
5. Azure DevOps
Azure DevOps server (formally team Foundation server and Visual Studio team system vsts) is a Microsoft product that provides version control reporting requirements management project management automotive builds testing and release management capabilities. • This covers the entire application life cycle and enables DevOps capabilities. • Azure DevOps is offered Azure DevOps services. • This […]
9. Azure Artifacts
Azure Artifacts enable developers to consume and publish different types of packages to Artifacts feeds and public registries such as NuGet.org and npmjs.com. You can use Azure Artifacts in conjunction with Azure Pipelines to deploy packages, publish build artifacts, or integrate files between your pipeline stages to build, test, or deploy your application. Publish and […]
8. Azure Pipelines
Pipelines are the CI/CD tool that facilitates automated building, testing, and deployment. Azure Pipelines supports any programming language or platform which enables users to create pipelines that support Windows, Linux, and macOS using cloud-hosted agents. Azure Pipelines automatically builds and tests code projects to make them available to others. It works with just about any language or project type. […]
2. Storage Services
Cloud computing enables new scenarios for applications requiring scalable, durable and highly available storage for their data – which is exactly why Microsoft developed Azure Storage Service. It offers four types of storage services, depending on the type of data that they are designed to store: Azure Storage Account – An Azure storage account is […]
7. Azure Repo
Azure Repos is a set of version control tools that you can use to manage your code. Whether your software project is large or small, using version control as soon as possible is a good idea. Version control systems are software that help you track changes you make in your code over time. As you can […]
6. Azure Board
The Boards service in Azure DevOps is the management hub of the project. Boards can be used to plan, track, and collaborate between team members. Azure Boards provides software development teams with the interactive and customizable tools they need to manage their software projects. It provides a rich set of capabilities including native support for Agile, Scrum, […]
1. Azure Basics
Management groups- help you manage access, policy, and compliance for multiple subscriptions. All subscriptions in a management group automatically inherit the conditions that are applied to the management group. Subscriptions – logically associate user accounts with the resources that they create. Each subscription has limits or quotas on the amount of resources that it can […]
4. Virtual Networks
In computer networks, a DMZ (demilitarized zone) is a physical or logical sub-network that separates an internal local area network (LAN) from other untrusted networks, usually the Internet. Azure VNet Pricing: Subnets – Subnet is a range of IP addresses in the VNet, you can divide a VNet into multiple subnets for organization and security. […]