When the WebJob runs I get an error that states that the remote name could not be resolved: '.blob.core.windows.net' at Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ExecuteSync[T](RESTCommand`1 cmd, IRetryPolicy policy, OperationContext operationContext)
The url .blob.core.windows.net is incorrect for Azure Government. It should be .blob.core.usgovcloudapi.net
Is there a way to easily fix this?