Skip to content

Commit 9c58d1d

Browse files
Merge pull request #277911 from deeikele/main
Add section on how to troubleshoot missing storage connections if storage PNA disabled
2 parents fafe30c + 349b7ae commit 9c58d1d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

articles/ai-studio/how-to/create-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ In addition, a number of resources are only accessible by users in your project
122122
| workspacefilestore | {project-GUID}-code | Hosts files created on your compute and using prompt flow |
123123

124124
> [!NOTE]
125-
> Storage connections are not created directly with the project when your storage account has public network access set to disabled. These are created instead when a first user accesses AI studio over a private network connection.
125+
> Storage connections are not created directly with the project when your storage account has public network access set to disabled. These are created instead when a first user accesses AI studio over a private network connection. [Troubleshoot storage connections](troubleshoot-secure-connection-project.md#troubleshoot-missing-storage-connections)
126126
127127

128128
## Next steps

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)