Skip to content

Commit 37f5727

Browse files
authored
Merge pull request #316 from pagerwho/patch-1
Update to correct spelling error
2 parents e027b48 + f58c2b8 commit 37f5727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/backup-restore/sql-server-backup-to-url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ After succesfully running the script, copy the `CREATE CREDENTIAL` command to a
351351
(SELECT * FROM sys.credentials
352352
WHERE name = 'https://<mystorageaccountname>.blob.core.windows.net/<mystorageaccountcontainername>')
353353
CREATE CREDENTIAL [https://<mystorageaccountname>.blob.core.windows.net/<mystorageaccountcontainername>]
354-
WITH IDENTITY = 'SHARED ACCESS IGNATURE',
354+
WITH IDENTITY = 'SHARED ACCESS SIGNATURE',
355355
SECRET = '<SAS_TOKEN>';
356356
```
357357

0 commit comments

Comments
 (0)