azure - Cloud service for webrole running in ARM Resource group -




my understanding far on paas deployment using webroles or worker roles-

  • spinning web roles or worker roles create cloud service manage it.
  • however, in arm resource group, no concept of cloud service, how web & worker roles managed in arm resource group?
  • also tried adding webroles via json outline in vs 2015, no option add webroles. not sure if can deploy webroles via json template?

any information of great help.

azure resource manager web apps rely on concept of app service plans, rather cloud services. underlying vm(s) service runs on. can specify size , number of servers make app service plan, , deploy on single unit.

you create app service plan, run web / worker roles inside (as logic, api, functions)

as far web / worker roles concerned, app service plans not draw distinction between two. deploy code , run packaged. see here

the concept of cloud services don't exist within azure resource management model.

you can find template deploying web app here





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -