@@ -872,7 +872,7 @@ Ensure that you're using a compatible python version
872
872
873
873
### Interactive auth was attempted
874
874
<!-- issueDescription-->
875
- This can happen when pip attempts interactive authentication during package installation.
875
+ This issue can happen when pip attempts interactive authentication during package installation.
876
876
877
877
** Potential causes:**
878
878
* You've listed a package that requires authentication, but you haven't provided credentials
@@ -910,8 +910,25 @@ az ml connection create --file connection.yml --resource-group my-resource-group
910
910
* [ Azure CLI workspace connections] ( https://learn.microsoft.com/cli/azure/ml/connection?view=azure-cli-latest )
911
911
912
912
### Forbidden blob
913
- - Failed to create or update the conda environment because a blob contained in the associated storage account was inaccessible
914
- - Either open up permissions on the blob or add/replace the SAS token in the URL
913
+ <!-- issueDescription-->
914
+ This issue can happen when an attempt to access a blob in a storage account is rejected.
915
+
916
+ ** Potential causes:**
917
+ * The authorization method you're using to access the storage account is invalid
918
+ * You're attempting to authorize via shared access signature (SAS), but the SAS token is expired or invalid
919
+
920
+ ** Affected areas (symptoms):**
921
+ * Failure in building environments from UI, SDK, and CLI.
922
+ * Failure in running jobs because it will implicitly build the environment in the first step.
923
+ <!-- /issueDescription-->
924
+
925
+ ** Troubleshooting steps**
926
+
927
+ Read the following to understand [ how to authorize access to blob data in the Azure portal] ( ../storage/blobs/authorize-data-operations.md )
928
+
929
+ Read the following to understand [ how to authorize access to data in Azure storage] ( ../storage/common/authorize-data-access.md )
930
+
931
+ Read the following if you're interested in [ using SAS to access Azure storage resources] ( ../storage/common/storage-sas-overview.md )
915
932
916
933
### Horovod build
917
934
- Failed to create or update the conda environment because horovod failed to build
0 commit comments