-
Notifications
You must be signed in to change notification settings - Fork 358
Development
Mathew Charles edited this page Jul 8, 2015
·
23 revisions
- VS 2013 Update 4
- Pull and build the source in VS
- Set up the test storage account environment variables
-
AzureWebJobsStorage
- Set this to your test storage account -
AzureWebJobsDashboard
- Storage account that will be used for dashboard logging (can be same as above) -
AzureWebJobsServiceBus
- Set this to your Service Bus namespace connection string
-
- Open Test Explorer to view and run tests (we use XUnit)
- Set up the dashboard account environment variables
-
StorageAccount
- Set this to the storage account that you've configured the SDK to use
-
- In the WebJobs sln, right click and "View in Browser"
- Once the Dashboard page loads, click "Functions" to view recently executed functions, etc.