Skip to content

Commit 533ac25

Browse files
authored
Merge pull request #106053 from LucianCumpata/patch-1
Updated powershell parameters
2 parents a4f0f39 + 0aae57e commit 533ac25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/cosmos-db/free-tier.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,11 @@ To create an account with free tier using Azure PowerShell, set the `-EnableFree
7878
```powershell-interactive
7979
# Create a free tier account for API for NoSQL.
8080
New-AzCosmosDBAccount -ResourceGroupName "MyResourcegroup" `
81-
-Name "Myaccount" `
81+
-Name "myaccount" `
8282
-ApiKind "sql" `
83-
-EnableFreeTier true `
83+
-EnableFreeTier $true `
8484
-DefaultConsistencyLevel "Session" `
85+
-Location "East US" `
8586
```
8687

8788
### Unable to create a free-tier account

0 commit comments

Comments
 (0)