An Azure service that provides a hybrid, multi-cloud management platform for APIs.
Hi @curious7
Azure API Management does not provide a built-in setting to hide only the "Try me" button based on whether a user is signed in or has a product subscription. This type of behavior would require customization of the Developer Portal.
Before considering customization, you may want to review the built-in access control capabilities available in API Management. Access to products and APIs is controlled through Groups, and the built-in Guests group represents unauthenticated users. By reviewing the product's access settings, you can control whether anonymous users can access the product and its APIs in the Developer Portal.
You can review this under:
Azure Portal → API Management → APIs → Products → [Your Product] → Access Control
If the Guests group is removed from the product's access settings, unauthenticated users will not be able to access that product and its associated APIs in the Developer Portal.
If your requirement is to allow users to view API documentation but hide or disable the "Try me" experience until they sign in or obtain a subscription, that scenario would require Developer Portal customization, as there is no out-of-the-box configuration available for this specific behavior.
I hope this helps clarify the available options.
If the assistance was helpful, kindly take a moment to click on Accept Answer and click on Yes. It will be helpful for other community members.
Thank you!