web analytics

What is Microsfot Azure?

Options
@2019-01-25 21:01:53

IaaS: Infrastructure as a Service

An IaaS cloud vendor runs and manages server farms running virtualization software, enabling you to create VMs that run on the vendor’s infrastructure. Depending on the vendor, you can create a VM running Windows or Linux and install anything you want on it.

Some of the services available under IaaS in Azure are:

  • Virtual Machines. Provision Windows and Linux virtual machines in seconds
  • Container Instances. Easily run containers with a single command
  • Traffic Manager. Route incoming traffic for high performance and availability
  • Azure DNS. Host your DNS domain in the Cloud

Azure also provides the ability to set up virtual networks, load balancers, and storage and to use many other services that run on its infrastructure. You don’t have control over the hardware or virtualization software, but you do have control over most everything else. In fact, unlike PaaS, in the case of Iaas, you are completely responsible for the deployment, maintenance, monitoring, and scaling of resources to run your application.

@2020-02-02 12:25:12

Microsoft Azure Storage

Azure Storage is Microsoft's cloud storage solution for modern data storage scenarios. Azure Storage offers a massively scalable object store for data objects, a file system service for the cloud, a messaging store for reliable messaging, and a NoSQL store. 

Azure Storage includes these data services:

  • Azure Blobs: A massively scalable object store for text and binary data.
  • Azure Files: Managed file shares for cloud or on-premises deployments.
  • Azure Queues: A messaging store for reliable messaging between application components.
  • Azure Tables: A NoSQL store for schemaless storage of structured data.

All access to data in storage happens through storage accounts. An Azure storage account provides a unique namespace to store and access your Azure Storage data objects. 

@2020-05-30 12:16:10

Azure DevOps

Azure DevOps provides developer services to support teams to plan work, collaborate on code development, and build and deploy applications. Developers can work in the cloud using Azure DevOps Services or on-premises using Azure DevOps Server. Azure DevOps Server was formerly named Visual Studio Team Foundation Server (TFS).

Azure DevOps provides integrated features that you can access through your web browser or IDE client. You can use one or more of the following services based on your business needs:

  • Azure Boards delivers a suite of Agile tools to support planning and tracking work, code defects, and issues using Kanban and Scrum methods
  • Azure Repos provides Git repositories or Team Foundation Version Control (TFVC) for source control of your code
  • Azure Pipelines provides build and release services to support continuous integration and delivery of your apps
  • Azure Test Plans provides several tools to test your apps, including manual/exploratory testing and continuous testing
  • Azure Artifacts allows teams to share Maven, npm, and NuGet packages from public and private sources and integrate package sharing into your CI/CD pipelines
@2021-01-13 20:11:54

You can contact the Microsoft and community Azure experts on the MSDN Azure and Stack Overflow forums to find answers to your technical questions about Azure products and services. 

 

Comments

You must Sign In to comment on this topic.


© 2024 Digcode.com