This site uses cookies. By continuing to browse the ConceptDraw site you are agreeing to our Use of Site Cookies.

Azure Storage

Data storage is a fundamental aspect of the cloud platform. Microsoft offers scalable, durable and elastic cloud Azure Storage which can be available from any type of application whether it’s running in the cloud and anywhere in the world.
ConceptDraw PRO diagramming and vector drawing software extended with Azure Architecture Solution from the Computer and Networks area of ConceptDraw Solution Park provides a lot of useful tools which give you the possibility effectively illustrate Microsoft Azure cloud system, Azure services, Azure storage and its components.
This example of cloud computing system architecture diagram was created on base of the figure "Workflow to distribute workitems to pooled VMs" in the article "Azure Batch technical overview" from the Microsoft Azure website.
"Workitems workflow.
Figure 4 shows a you how to submit an application to a pool where it's distributed for processing. This uses the Batch API. ...
1. Upload input files (such as source data or images) required for a job to an Azure storage account. These files must be in the storage account so that the Batch service can access them. The Batch service loads them onto a TVM when the task runs.
2. Upload the dependent binary files to the storage account. The binary files include the program that is run by the task and the dependent assemblies. These files must also be accessed from storage and are loaded onto the TVM.
3. Create a pool of TVMs, specifying the size of the TVMs in the pool, the OS they run, and other properties. When a task runs, it is assigned a TVM from this pool.
4. Create a workitem. A job will be automatically created when you create a workitem. A workitem enables you to manage a job of tasks.
5. Add tasks to the job. Each task uses the program that you uploaded to process information from a file you uploaded.
6. Run the application and monitor the results of the output." [azure.microsoft.com/ en-us/ documentation/ articles/ batch-technical-overview/ ]
The diagram example "Workitems workflow diagram" was created using ConceptDraw PRO diagramming and vector drawing software extended with the Azure Architecture solution from the Computer and Networks area of ConceptDraw Solution Park.
Cloud computing system architecture diagram
Cloud computing system architecture diagram, virtual machine, user, tasks, storage Azure, file, Microsoft Azure, Azure poster arrow, Azure batch,

Storage area networks (SAN). Computer and Network Examples

A Storage area network (SAN) is a dedicated network that provides access to data storage and operations only on the block level. SAN usually has own network of storage devices/elements and disk arrays that are connected with each other and to a remote data-sharing network. SANs are widely used for enhancing the storage devices (optical jukeboxes, disk arrays, tape libraries) that are accessible for networked servers.
This example was created in ConceptDraw PRO using the Computer and Networks Area of ConceptDraw Solution Park. It shows the hybrid of Storage area network (SAN) and Network Attached Storage (NAS) technologies.

Azure Services

Azure is a cloud computing platform developed by Microsoft which offers the extensive infrastructure and wide set of integrated Azure services useful for effective computing, storage, analytics, databases, networking, application development and deployment.
ConceptDraw PRO extended with Azure Architecture Solution from the Computer and Networks area is a powerful diagramming and vector drawing software with extensive set of useful drawing tools for easy creating Azure Architecture Diagrams and documenting Azure services.

Azure Management

One of the most visible trends in today's information technology (IT) industry is the placement of databases to the cloud. Microsoft Azure is one of such useful cloud services which is quite popular among applications developers and offers them extensive and effective Azure management tools.
ConceptDraw PRO diagramming and vector drawing software enhanced with Azure Architecture Solution from the Computer and Networks area of ConceptDraw Solution Park offers all needed tools for designing Azure management illustrations and Azure Architecture Diagrams.
This example of cloud computing system architecture diagram was redesigned from the Wikimedia Commons file: Windows Azure Network and Computes Architecture.png. [commons.wikimedia.org/ wiki/ File:Windows_ Azure_ Network_ and_ Computes_ Architecture.png]
This file is licensed under the Creative Commons Attribution-Share Alike 2.0 license. [creativecommons.org/ licenses/ by-sa/ 2.0/ ]
"Microsoft Azure (formerly Windows Azure before 25 March 2014) is a cloud computing platform and infrastructure, created by Microsoft, for building, deploying and managing applications and services through a global network of Microsoft-managed datacenters. It provides both PaaS and IaaS services and supports many different programming languages, tools and frameworks, including both Microsoft-specific and third-party software and systems." [Microsoft Azure. Wikipedia]
The diagram example "Microsoft Azure network and computes architecture" was created using ConceptDraw PRO diagramming and vector drawing software extended with the Azure Architecture solution from the Computer and Networks area of ConceptDraw Solution Park.
Cloud computing system architecture diagram
Cloud computing system architecture diagram, worker role, web role, storage, firewall, SQL database, Azure load balancer,

Windows Azure

The Microsoft Windows Azure platform is a highly flexible cloud-based solution with variety of services which supports not only the execution of .NET applications, but also allows developers to use programming languages like Java, PHP, Node.js, or Python.
ConceptDraw PRO diagramming and vector drawing software provides the Azure Architecture Solution from the Computer and Networks area of ConceptDraw Solution Park with a lot of useful tools which make easier: illustration of Windows Azure possibilities and features, describing Windows Azure Architecture, drawing Azure Architecture Diagrams, depicting Azure Cloud System Architecture, describing Azure management, Azure storage, documenting Azure services.

microsoft azure, windows azure, azure management, azure storage, azure blob storage, azure services Azure Architecture

microsoft azure, windows azure, azure management, azure storage, azure blob storage, azure services
Create Microsoft Azure architecture diagrams using icons and templates regarding Azure management, Azure storage and Azure services.

Microsoft Azure

Microsoft Azure is widely used cloud platform which was created by Microsoft and now is managed by Microsoft datacenters in 19 regions of the world, and has a wide set of benefits and features.
ConceptDraw PRO diagramming and vector drawing software extended with Azure Architecture Solution from the Computer and Networks area of ConceptDraw Solution Park is the best for designing various pictorial infographics, illustrations and materials showing the possibilities and work of Microsoft Azure Cloud System and Azure services.
HelpDesk

How to Create an Azure Architecture Diagram Using ConceptDraw PRO

Microsoft Azure is an open cloud computing platform, designed by Microsoft. It provides the ability to develop and launch applications and to store data on servers in distributed data centers. Microsoft Azure cloud offers two models - platform as a service (PaaS) and infrastructure as a service (IaaS). The efficiency of the Windows Azure platform is supported by a global network of Microsoft data centers. Developers use Azure Architecture diagrams to visualize and document the architecture of applications bases on Microsoft Azure services. Using the ConceptDraw Azure Architecture solution makes much easier the work on documenting the Microsoft Azure architecture.

Diagramming tool - Amazon Web Services and Cloud Computing Diagrams

The AWS Architecture Diagrams solution includes icons, sample and templates for several Amazon Web Services products and resources, to be used when creating architecture diagrams. The icons are designed to be simple so that you can easily incorporate them in your diagrams and put them in your whitepapers, presentations, datasheets, posters or any technical material you like.

Geo Map - Europe - Denmark

The vector stencils library Denmark contains contours for ConceptDraw PRO diagramming and vector drawing software. This library is contained in the Continent Maps solution from Maps area of ConceptDraw Solution Park.
This Azure cloud architecture pattern diagram template was created on the base of figure in the article "External Configuration Store Pattern" from the Microsoft Developer Network (MSDN) website.
"External Configuration Store Pattern.
Move configuration information out of the application deployment package to a centralized location. This pattern can provide opportunities for easier management and control of configuration data, and for sharing configuration data across applications and application instances. ...
The majority of application runtime environments include configuration information that is held in files deployed with the application, located within the application folders. In some cases it is possible to edit these files to change the behavior of the application after it has been deployed. However, in many cases, changes to the configuration require the application to be redeployed, resulting in unacceptable downtime and additional administrative overhead. ...
Store the configuration information in external storage, and provide an interface that can be used to quickly and efficiently read and update configuration settings. The type of external store depends on the hosting and runtime environment of the application. In a cloud-hosted scenario it is typically a cloud-based storage service, but could be a hosted database or other system.
The backing store chosen for configuration information should be fronted by a suitable interface that provides consistent and easy to use access in a controlled way that enables reuse. Ideally, it should expose the information in a correctly typed and structured format. The implementation may also need to authorize users’ access in order to protect configuration data, and be flexible enough to allow multiple versions of the configuration (such as development, staging, or production, and multiple release versions of each one) to be stored." [msdn.microsoft.com/ ru-RU/ library/ dn589803.aspx]
The Azure cloud system architecture diagram template "External Configuration Store Pattern" for the ConceptDraw PRO diagramming and vector drawing software is included in the Azure Architecture solutin from the Computer and Networks area of ConceptDraw Solution Park.
Cloud computing system architecture diagram template
Cloud computing system architecture diagram template, server generic, file, database generic, cloud, Azure Cache including Redis,

Cloud Computing Architecture Diagrams

For documenting the Cloud Computing Architecture with a goal to facilitate the communication between stakeholders are successfully used the Cloud Computing Architecture diagrams. It is convenient and easy to draw various Cloud Computing Architecture diagrams in ConceptDraw PRO software with help of tools of the Cloud Computing Diagrams Solution from the Computer and Networks Area of ConceptDraw Solution Park.