Skip to content

Commit 33ee56b

Browse files
authored
Merge pull request #308807 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 8526282 + db21b65 commit 33ee56b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

articles/oracle/oracle-db/oracle-database-regions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ The list below mentions the Azure and corresponding OCI regions with the regiona
4949
| France South | France South (Marseille) || | | | | | Single |
5050
| Germany North |Germany Central (Frankfurt) ||| | | | | Single |
5151
| Germany West Central |Germany Central (Frankfurt) ||||||| Dual |
52-
| Italy North | Italy North (Milan) |||||| | Dual |
52+
| Italy North | Italy North (Milan) |||||| | Dual |
5353
| North Europe | Ireland (Dublin) ||| | | | | Dual |
5454
| Spain Central | Spain Central (Madrid) |||| | | | Dual |
5555
| Sweden Central | Sweden Central (Stockholm) ||| | | | | Dual |
56-
| Switzerland North | Switzerland North (Zurich) || | | | | | Single |
56+
| Switzerland North | Switzerland North (Zurich) || | | | | | Single |
5757
| UAE Central | UAE Central (Abu Dhabi) ||| | | | | Single |
5858
| UAE North | UAE North (Dubai) |||| | | | Dual |
5959
| UK South| UK South (London) ||||||| Dual |
@@ -65,13 +65,13 @@ The list below mentions the Azure and corresponding OCI regions with the regiona
6565
| Azure region | OCI region | Oracle Exadata Database@Azure | Oracle Autonomous Database@Azure | Oracle Database Autonomous Recovery Service@Azure | Exadata Database Service on Exascale Infrastructure@Azure | BaseDB | Golden Gate | Regional Availability |
6666
| ---------------- | -------------------------- | ----------------------------- | -------------------------------- | ------------------------------------------------- | --------------------------------------------------------- | ----------------- | --------------------- |---------|
6767
| Canada Central | Canada Southeast (Toronto) ||||||| Dual |
68-
| Canada East | Canada Southeast (Montreal) || | | | | | Single |
68+
| Canada East | Canada Southeast (Montreal) || | | | | | Single |
6969
| Central US | US Midwest (Chicago) |||||| | Dual |
7070
| East US | US East (Ashburn) ||||||| Dual|
7171
| East US 2 | US East (Ashburn) ||||| | | Dual |
7272
| North Central US | US Midwest (Chicago) || | | | | | Single |
7373
| South Central US | US South (Dallas) ||| | | | | Dual |
74-
| West US | US West (San Jose) |||| | | | Single |
74+
| West US | US West (San Jose) |||| | Preview available | | Single |
7575
| West US 2 | US West (Quincy) |||| | | | Dual |
7676
| West US 3 | US West (Phoenix) || || | | | Dual |
7777

articles/storage/blobs/data-lake-storage-query-acceleration-how-to.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ You can use SQL to specify the row filter predicates and column projections in a
221221
```powershell
222222
Function Get-QueryCsv($ctx, $container, $blob, $query, $hasheaders) {
223223
$tempfile = New-TemporaryFile
224-
$informat = New-AzStorageBlobQueryConfig -AsCsv -HasHeader:$hasheaders
225-
Get-AzStorageBlobQueryResult -Context $ctx -Container $container -Blob $blob -InputTextConfiguration $informat -OutputTextConfiguration (New-AzStorageBlobQueryConfig -AsCsv -HasHeader) -ResultFile $tempfile.FullName -QueryString $query -Force
224+
$informat = New-AzStorageBlobQueryConfig -AsCsv -HasHeader:$hasheaders -RecordSeparator "`n" -ColumnSeparator "," -QuotationCharacter """" -EscapeCharacter "\"
225+
Get-AzStorageBlobQueryResult -Context $ctx -Container $container -Blob $blob -InputTextConfiguration $informat -OutputTextConfiguration (New-AzStorageBlobQueryConfig -AsCsv -HasHeader -RecordSeparator "`n" -ColumnSeparator "," -QuotationCharacter """" -EscapeCharacter "\") -ResultFile $tempfile.FullName -QueryString $query -Force
226226
Get-Content $tempfile.FullName
227227
}
228228

0 commit comments

Comments
 (0)