Skip to content

Commit a508c0f

Browse files
authored
Update troubleshoot-secure-connection-project.md
1 parent a3b5273 commit a508c0f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/ai-studio/how-to/troubleshoot-secure-connection-project.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,14 @@ If you use a proxy, it may prevent communication with a secured project. To test
121121
* Temporarily disable the proxy setting and see if you can connect.
122122
* Create a [Proxy auto-config (PAC)](https://wikipedia.org/wiki/Proxy_auto-config) file that allows direct access to the FQDNs listed on the private endpoint. It should also allow direct access to the FQDN for any compute instances.
123123
* Configure your proxy server to forward DNS requests to Azure DNS.
124+
125+
## Troubleshoot missing storage connections
126+
127+
When you create a project, a number of connections to Azure storage are auto-created for data upload scenarios and artifact storage including prompt flow. When your hub's associated Azure Storage account is having public network access set to 'Disabled', there may be a delay in these storage connections to be created.
128+
129+
Try the following steps to troubleshoot:
130+
131+
1. In Azure Portal, check the network settings of the storage account that is associated to your hub.
132+
1. Review your internet connection, and make sure you are using a private connection that is allowed by your storage account.
133+
1. Navigate to AI Studio > your project > project settings.
134+
1. Refresh the page. A number of connections should be created including 'workspaceblobstore'.

0 commit comments

Comments
 (0)