In this middle step, you will need to get the Private Endpoint name and the resourceGuid
.
Go to the Azure Private link center-> Private endpoints and choose your endpoint.
Click the endpoint, and then click JSON View.
This displays the JSON View window for this endpoint.
Copy the
name
andresourceGuid
from the screen. Ensure that you copy only the first 43 characters, if the total number of characters exceed 43.You will need both of these values for MyJFrog to create a unique identifier for the PrivateLink connection request.
Warning
Copy the first 43 characters of the
name
and theresourceGuid
since Azure has a limitation on the connections string and as a result will truncate the private link name to 43 characters.