You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of Feature or Work Requested
Support for private link service operations, new top level resource that provides capabilities to create a private service and expose for consumtion using private endpoints
Resource Provider
Microsoft.Network
Description of Feature or Work Requested
Support for private link service operations, new top level resource that provides capabilities to create a private service and expose for consumtion using private endpoints
Minimum API Version Required
2019-02-01
Swagger Link
Azure/azure-rest-api-specs#5860
Pending for merge to master
Target Date
July release
Private Link Service
##########################################
API: PUT/GET/DELETE "https://management.azure.com/subscriptions/{SUBSCRIPTION}/resourceGroups/{RESOURCE_GROUP}/providers/Microsoft.Network/privatelinkservices/{ServiceName}"
###########################################
az network private-link-service create -g "MyResourceGroup" -n "MyPrivateLinkService" -l "West US" --load-balancer-frontend-ip-configs feconfig1 feconfig2 –ip-configs ipconfig1 ipconfig2 –visibility-subscriptions sub1 sub2 sub3 --auto-approval-subscriptions sub1 sub2 –fqdn fqdn1 fqdn2
az network private-link-service update -g "MyResourceGroup" -n "MyPrivateLinkService" –ip-configs ipconfig1 ipconfig2 –visibility-subscriptions sub1 sub2 sub3 --auto-approval-subscriptions sub1 sub2 –fqdn fqdn1 fqdn2
az network private-link-service show -g "MyResourceGroup" -n "MyPrivateLinkService"
az network private-link-service delete -g "MyResourceGroup" -n "MyPrivateLinkService"
###########################################
##########################################
Private Link Service Connections approve/reject/delete
##########################################
API: PUT "https://management.azure.com/subscriptions/{SUBSCRIPTION}/resourceGroups/{RESOURCE_GROUP}/providers/Microsoft.Network/privatelinkservices/{ServiceName}"
###########################################
az network private-link-service private-endpoint-connection update -g "MyResourceGroup" –private-link-service-name “MyPrivateLinkService” -name "MyPrivateEndpointConnection" --private-link-service-connection-state “Approved”
###########################################
The text was updated successfully, but these errors were encountered: