Skip to content

Commit 3edfc6b

Browse files
committed
Fix SaS to SAS
1 parent f934143 commit 3edfc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/backend/prepdocslib/cloudingestionstrategy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def _build_skillset(self) -> SearchIndexerSkillset:
163163
inputs=[
164164
# Always provide the blob URL so the function can download large files (> 16MB)
165165
InputFieldMappingEntry(name="metadata_storage_path", source="/document/metadata_storage_path"),
166-
# We are not using the SaS token since the functions have RBAC access via managed identity
166+
# We are not using the SAS token since the functions have RBAC access via managed identity
167167
],
168168
outputs=[
169169
OutputFieldMappingEntry(name="pages", target_name="pages"),

0 commit comments

Comments
 (0)