I want to create a Deeplink to my tab application which is running a custom web application. The web app is running on azure app service (let's say the URL is https://XYZ.azurewebsites.net). The custom app is built using React. Now what I want is to create a deeplink which will redirect the user to a custom page like https://XYZ.azurewebsites.net/items/{id} inside the tab. Basically, a deeplink which will redirect the user to a specific item page.
What I feel like using sub entity id it's possible, but I am not sure how to Form the url here as I do not find SubEnityID in my app manifest.
Any help would be appreciated.
Thanks in advance