When running a NotificationHubJobType.ExportRegistrations job Azure is creating a directory in the azure storage named by the JobId and it contains an Output.txt file containing the registrations.
I have a bug on my table that is caused by a change in this structure and naming. Before it placed the files in [Hub name]//[Hub name][JobId] where // is a directory with no name. Now it places the files in [Hub name]/[Hub name][JobId], skipping the folder with no name.
To JobId names also have changed, now they start with NH- which they did not do before.
I need to understand how this work, is this something that we have configured or is it a naming standard that has changed internally in azure?