Skip to content

managed-private-endpoint

Manage workspace managed private endpoints

Authentication scope: fabric

List managed private endpoints in a workspace

Terminal window
fabio managed-private-endpoint list --workspace <value>
Flag Type Required Description
--workspace string Yes Workspace ID

Read-only · Returns list

Show details of a managed private endpoint

Terminal window
fabio managed-private-endpoint show --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes Managed private endpoint ID

Read-only · Returns object

Create a managed private endpoint

Terminal window
fabio managed-private-endpoint create --workspace <value> --name <value> --target-resource-id <value> --target-subresource-type <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--name string Yes Endpoint name
--target-resource-id string Yes Target private link resource ID (ARM resource ID of the target)
--target-subresource-type string Yes Target sub-resource type (e.g., blob, sqlServer, dfs, queue)
--request-message string No Optional request message for approval

Examples

Terminal window
fabio managed-private-endpoint create --workspace $WS --name "sql-private" --resource-id "/subscriptions/.../Microsoft.Sql/servers/myserver" --group-id sqlServer

Mutates state · Returns object

Delete a managed private endpoint

Terminal window
fabio managed-private-endpoint delete --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes Managed private endpoint ID

Mutates state · Destructive · Returns void