Skip to content

Commit

Permalink
[Doc] Update description of group_id in
Browse files Browse the repository at this point in the history
NCC now supports connections to any Azure service that supports private link.  So update
docs to point to corresponding documentation.
  • Loading branch information
alexott committed Nov 16, 2024
1 parent 0634d90 commit a17569a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/mws_ncc_private_endpoint_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following arguments are available:

* `network_connectivity_config_id` - Canonical unique identifier of Network Connectivity Config in Databricks Account. Change forces creation of a new resource.
* `resource_id` - The Azure resource ID of the target resource. Change forces creation of a new resource.
* `group_id` - The sub-resource type (group ID) of the target resource. Must be one of `blob`, `dfs`, `sqlServer` or `mysqlServer`. Note that to connect to workspace root storage (root DBFS), you need two endpoints, one for blob and one for dfs. Change forces creation of a new resource.
* `group_id` - The sub-resource type (group ID) of the target resource. Must be one of supported resource types (i.e., `blob`, `dfs`, `sqlServer` , etc. Consult the [Azure documentation](https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource) for full list of supported resources). Note that to connect to workspace root storage (root DBFS), you need two endpoints, one for `blob` and one for `dfs`. Change forces creation of a new resource.

## Attribute Reference

Expand Down

0 comments on commit a17569a

Please sign in to comment.