Skip to content
Models of computation and execution This is the user interface for running the application, which is one of Azure's core features. Execution Models to Compute There are several models, such as Web App, Virtual Machine, Mobile Service, Cloud Service, and Batch Service, azure solution architect, as shown in the above graphic. These models can be used independently or in combination, depending on the situation. Management of data Data management may be done with SQL Server's Database component or Windows Azure's basic data storage module. A relational database can be stored in a SQL server database. Unrelated tables (without a foreign key or any relation) and blobs can be stored in the storage module. Binary data in the form of pictures, audio, video, and text files are all examples of blobs. Networking The Azure traffic management efficiently sends a user's requests to the nearest available data center. The procedure entails the traffic management locating the nearest data center to the user who submits a web application request, and if that […]