I'm getting an error ```do not have ServiceEndpoin...
# azure
e
I'm getting an error
Copy code
do not have ServiceEndpoints for Microsoft.Sql resources configured. Add Microsoft.Sql to subnet's ServiceEndpoints collection before trying to ACL Microsoft.Sql resources to these subnets.'
Is there a way to modify the
serviceEndpoints
property of the subnet after creation, or do I have to know all of the services I want to be able to access up front when I create the subnet?