azure - Same cloud service, same role type, different configurations -


is possible add same roles (worker roles) more once same cloud service different configurations?

they handle different things service bus, have neither public nor private endpoints.

all instances of same role within cloud service must share same .cscfg configuration. hack around externalising configuration blob or table storage, read when role starts up, keying specific instance's settings using instance number, e.g. instance1 consumes service bus topic "invoice", instance2 consumes "order", etc.

however, best bet deploy worker roles different configurations multiple cloud services, allow scale out each service independently.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -