Azure Cloud Services and Web Jobs

GETah

I have an Azure cloud service in which there are multiple background processing tasks which I would like to turn into WebJobs. I've read all I could find on the subject but it seems that WebJobs are tightly related to Web Apps and not Cloud services. I managed to create a web job in my cloud service solution and it seems it deployed correctly but I can't find a way to see it or its output on the new Azure portal (I couldn't see it in the classic management portal either)

Can one have a set of WebJobs running with a cloud service?

David Makogon

Web Jobs is a feature specific to Azure Web Apps. You'd need to create a Web App (in an App Service Plan) to create your Web Jobs. These are unrelated to Cloud Services (web/worker roles).

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Azure Cloud Services and Web Jobs

From Dev

Azure Web Jobs architecture

From Dev

How to precompile Web application prior to publishing on Azure Cloud Services

From Dev

Code first migrations when publishing web role to Azure Cloud Services

From Dev

Webconfig overrides for Azure Cloud Services

From Dev

Understanding Azure cloud services firewall

From Dev

Unit Test Azure Cloud Services

From Dev

How are the "Cloud Services" created for Virtual Machines and Azure Cloud Services related?

From Dev

Azure: whether to create web services or not

From Dev

How to integration test Azure Web Jobs?

From Dev

Azure web jobs process big file

From Dev

Difference between Azure Web Jobs and Azure Scheduler in Microsoft Azure?

From Dev

Difference between Azure Web Jobs and Azure Scheduler in Microsoft Azure?

From Dev

Can I deploy to Azure Cloud Services with a mac?

From Dev

Azure Cloud Services file system access

From Dev

Azure - Multiple Cloud Services, Single Storage Account

From Dev

Azure Web Jobs Throws Azure Storage 404 Not Found

From Dev

Difference between Cloud Foundry & Pivotal Web Services

From Dev

Authentication for Azure Mobile Web Services test pages

From Dev

Precompile during publish for Azure Web Services

From Dev

Precompile during publish for Azure Web Services

From Dev

How to deploy an cspkg stored in Azure storage to Azure cloud services (classic)?

From Dev

Azure: Can I deploy Web Jobs to a Worker Role?

From Dev

How can I instantiate OWIN IDataProtectionProvider in Azure Web Jobs?

From Dev

How to control and maintain Azure web jobs control panel logging?

From Dev

C# Selenium Automation Application to be executed in Azure Web Jobs

From Dev

Azure Scheduler (Preview) vs Cron Jobs + Web Role?

From Dev

Windows Azure Scheduled Web Jobs "Failed to retrieve schedule information for subscription"

From Dev

Authenticating a PHP Web App with Azure Active Directory and Azure Mobile Services

Related Related

  1. 1

    Azure Cloud Services and Web Jobs

  2. 2

    Azure Web Jobs architecture

  3. 3

    How to precompile Web application prior to publishing on Azure Cloud Services

  4. 4

    Code first migrations when publishing web role to Azure Cloud Services

  5. 5

    Webconfig overrides for Azure Cloud Services

  6. 6

    Understanding Azure cloud services firewall

  7. 7

    Unit Test Azure Cloud Services

  8. 8

    How are the "Cloud Services" created for Virtual Machines and Azure Cloud Services related?

  9. 9

    Azure: whether to create web services or not

  10. 10

    How to integration test Azure Web Jobs?

  11. 11

    Azure web jobs process big file

  12. 12

    Difference between Azure Web Jobs and Azure Scheduler in Microsoft Azure?

  13. 13

    Difference between Azure Web Jobs and Azure Scheduler in Microsoft Azure?

  14. 14

    Can I deploy to Azure Cloud Services with a mac?

  15. 15

    Azure Cloud Services file system access

  16. 16

    Azure - Multiple Cloud Services, Single Storage Account

  17. 17

    Azure Web Jobs Throws Azure Storage 404 Not Found

  18. 18

    Difference between Cloud Foundry & Pivotal Web Services

  19. 19

    Authentication for Azure Mobile Web Services test pages

  20. 20

    Precompile during publish for Azure Web Services

  21. 21

    Precompile during publish for Azure Web Services

  22. 22

    How to deploy an cspkg stored in Azure storage to Azure cloud services (classic)?

  23. 23

    Azure: Can I deploy Web Jobs to a Worker Role?

  24. 24

    How can I instantiate OWIN IDataProtectionProvider in Azure Web Jobs?

  25. 25

    How to control and maintain Azure web jobs control panel logging?

  26. 26

    C# Selenium Automation Application to be executed in Azure Web Jobs

  27. 27

    Azure Scheduler (Preview) vs Cron Jobs + Web Role?

  28. 28

    Windows Azure Scheduled Web Jobs "Failed to retrieve schedule information for subscription"

  29. 29

    Authenticating a PHP Web App with Azure Active Directory and Azure Mobile Services

HotTag

Archive