by
How many cloud service roles are provided by Azure?

1 Answer

0 votes
by

Cloud service roles comprise a set of application and configuration files. There are 2 kinds of roles provided by Azure:

  • Web role: This provides a dedicated web server belonging to IIS (Internet Information Services) that is used for automatic deployment and hosting of front-end websites.
  • Worker role: These roles help the applications hosted within them to run asynchronously for longer durations and are independent of the user interactions and generally do not use IIS. They are also ideal for performing background processes. The applications are run in a standalone manner.

Related questions

0 votes
    How many cloud service roles are provided by Azure?...
asked Sep 26, 2021 in Technology by Editorial Staff
0 votes
    What is Azure Service Level Agreement (SLA)?...
asked Jul 30, 2021 by JackTerrance
0 votes
    Which feature is recommended by Azure for having a common file sharing system between multiple virtual machines?...
asked Jul 31, 2021 by JackTerrance
0 votes
    What is meant by Microsoft Azure and Azure diagnostic?...
asked Dec 27, 2020 by JackTerrance
0 votes
    What are the advantages of cloud computing?...
asked Dec 27, 2020 by JackTerrance
0 votes
    Explain the different deployment model of the cloud?...
asked Dec 27, 2020 by JackTerrance
0 votes
    What is the scalability of the cloud computing?...
asked Dec 27, 2020 by JackTerrance
0 votes
    What is the best Azure solution for executing the code without a server?...
asked Jul 31, 2021 by JackTerrance
0 votes
    Why is Azure Diagnostics API needed?...
asked Jul 30, 2021 by JackTerrance
0 votes
    What are the main functions of the Azure Cloud Service?...
asked Dec 27, 2020 in Technology by JackTerrance
0 votes
    What are the available options for deployment environments provided by Azure?...
asked Jul 31, 2021 in Technology by JackTerrance
0 votes
    Which services are provided by Window azure operating system?...
asked Dec 16, 2020 in Technology by JackTerrance
0 votes
    Can you tell something about Azure Cloud Service?...
asked Sep 26, 2021 in Technology by Editorial Staff
0 votes
    What is Azure Cloud Service?...
asked Jul 30, 2021 in Technology by JackTerrance
+1 vote
    SQL Azure is a cloud-based relational database service that is based on _________....
asked Oct 20, 2020 in Technology by JackTerrance
...