Skip to content

Commit af59776

Browse files
committed
correction to URI link example
1 parent 8ea4f71 commit af59776

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/cosmos-db/postgresql/reference-pg-azure-storage.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,8 @@ A container name must be a valid DNS name, as it forms part of the unique URI us
168168
* Two or more consecutive dash characters aren't permitted in container names.
169169

170170
The URI for a container is similar to:
171-
```
172-
`https://<span></span>myaccount.blob.core.windows.net/mycontainer`
173-
```
171+
`https://myaccount.blob.core.windows.net/mycontainer`
172+
174173
#### prefix
175174
returns file from blob container with matching string initials.
176175
#### path

0 commit comments

Comments
 (0)