Skip to content

Commit 594f6bc

Browse files
authored
Apply suggestions from code review
1 parent a82ca74 commit 594f6bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/spring-apps/basic-standard/how-to-custom-persistent-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,14 @@ This section addresses frequently asked questions about using your own persisten
204204

205205
- What are the available mount options?
206206

207-
We currently support the following mount options:
207+
*We currently support the following mount options:*
208208

209209
- `uid`
210210
- `gid`
211211
- `file_mode`
212212
- `dir_mode`
213213

214-
The `mountOptions` property is optional. The default values for these mount options are: ["uid=0", "gid=0", "file_mode=0777", "dir_mode=0777"]
214+
*The `mountOptions` property is optional. The default values for these mount options are: ["uid=0", "gid=0", "file_mode=0777", "dir_mode=0777"]*
215215

216216
- I'm using the service endpoint to configure the storage account to allow access only from my own virtual network. Why did I receive a *Permission Denied* error when I tried to mount custom persistent storage to my applications?
217217

0 commit comments

Comments
 (0)