Hi,
Can someone guide me asap how to create following configuration using ARM template for notification hub? I'm referring https://docs.microsoft.com/en-us/azure/templates/microsoft.notificationhubs/2017-04-01/namespaces/notificationhubs#ApnsCredentialProperties for this, but following settings is not available:
BundleId, AuthenticationMode, TeamId, ApplicationMode
Also for GCM/FCM, I believe gcmEndpoint (in the
same template in document) is not mandatory as in portal it's not there.
Please refer attached snapshot for more detail, lemme know in case something needed and update asap.

@kaushik-hemant Thanks for your comment. We are actively investigating and will get back to you shortly.
@kaushik-hemant - have you tried exporting a template for an existing notification hub that you have configured with these settings? Sorry, I don't have valid IDs so I can't test it myself.
@tfitzmac Already tried, no configuration there in the exported template.
assigning @tfitzmac for further analysis.
@tfitzmac Seems its a product issue , can we raise feedback to the Azure feature team regarding this?
@SwathiDhanwada-MSFT - can this issue be reassigned to Notification Hubs? I do not have a way to map their REST API properties to their portal UI. I think someone from Notification Hubs would have to provide that explanation and change the swagger file to indicate how the fields are related.
@kaushik-hemant Are you able to take a look at this and let us know how to change the swagger file to indicate how the fields are related if possible?
Hi,
This is the mapping:
BundleId: This is the appName
AuthenticationMode: this is inferred from whether a certificate is provided or a token (providing both will result in a bad request)
TeamId: This is the appId
ApplicationMode: We determine Sandbox vs Production based on the endpoint provided.
Please let us know if there's any additional questions regarding composing ARM templates for Notification Hubs
We'll make a doc update to make this more clear.
@BryanTrach-MSFT please close.
@kaushik-hemant We will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.