Hello,
I'm trying to create a URL in my application to send the user to the Microsoft Azure Management Portal (MAMP), but I'd like it to point to the specific resource that the user was looking at on my application. In other words, if the user is seeing a virtual machine, I'd like him/her to go directly to that particular instance in the MAMP. How do I form those URLs for the following:
- Virtual Machine
- SQL Server
- Storage
- Website
Thank you