Skip to content

Commit 04cb48b

Browse files
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into v-dele-1592770
2 parents 94edff3 + ed0a662 commit 04cb48b

File tree

7 files changed

+96
-162
lines changed

7 files changed

+96
-162
lines changed

articles/active-directory-b2c/active-directory-b2c-tutorials-spa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Tutorial - Enable authentication in a single-page application - Azure Active Directory B2C
2+
title: 'Tutorial: Enable authentication in a single-page application - Azure Active Directory B2C'
33
description: Learn how to use Azure Active Directory B2C to provide user login for a single page application (JavaScript).
44
services: active-directory-b2c
55
author: mmacy
66
manager: celestedg
77

88
ms.author: marsma
99
ms.date: 07/24/2019
10-
ms.custom: mvc
10+
ms.custom: mvc, seo-javascript-september2019
1111
ms.topic: tutorial
1212
ms.service: active-directory
1313
ms.subservice: B2C

articles/active-directory/saas-apps/tableauserver-tutorial.md

Lines changed: 68 additions & 145 deletions
Large diffs are not rendered by default.

articles/analysis-services/analysis-services-data-providers.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: minewiskan
55
manager: kfile
66
ms.service: azure-analysis-services
77
ms.topic: conceptual
8-
ms.date: 08/13/2019
8+
ms.date: 09/09/2019
99
ms.author: owend
1010
ms.reviewer: minewiskan
1111

@@ -19,19 +19,19 @@ Client libraries are necessary for client applications and tools to connect to A
1919

2020
|Download |Product version |
2121
|---------|---------|
22-
|[MSOLAP (amd64)](https://go.microsoft.com/fwlink/?linkid=829576) | 15.0.33.23 |
23-
|[MSOLAP (x86)](https://go.microsoft.com/fwlink/?linkid=829575) | 15.0.33.23 |
24-
|[AMO](https://go.microsoft.com/fwlink/?linkid=829578) | 18.0.2.0 |
25-
|[ADOMD](https://go.microsoft.com/fwlink/?linkid=829577) | 18.0.2.0 |
22+
|[MSOLAP (amd64)](https://go.microsoft.com/fwlink/?linkid=829576) | 15.1.1.25 |
23+
|[MSOLAP (x86)](https://go.microsoft.com/fwlink/?linkid=829575) | 15.1.1.25 |
24+
|[AMO](https://go.microsoft.com/fwlink/?linkid=829578) | 18.0.5.0 |
25+
|[ADOMD](https://go.microsoft.com/fwlink/?linkid=829577) | 18.0.5.0 |
2626

2727
## AMO and ADOMD (NuGet packages)
2828

2929
Analysis Services Management Objects (AMO) and ADOMD client libraries are available as installable packages from [NuGet.org](https://www.nuget.org/). It's recommended you migrate to NuGet references instead of using Windows Installer.
3030

3131
|Package | Product version |
3232
|---------|---------|
33-
|[AMO](https://www.nuget.org/packages/Microsoft.AnalysisServices.retail.amd64/) | 18.0.2 |
34-
|[ADOMD](https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.retail.amd64/) | 18.0.2 |
33+
|[AMO](https://www.nuget.org/packages/Microsoft.AnalysisServices.retail.amd64/) | 18.0.5 |
34+
|[ADOMD](https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.retail.amd64/) | 18.0.5 |
3535

3636
NuGet package assemblies AssemblyVersion follow semantic versioning: MAJOR.MINOR.PATCH. NuGet references load the expected version even if there is a different version in the GAC (resulting from MSI install). PATCH is incremented for each release. AMO and ADOMD versions are kept in-sync.
3737

articles/event-grid/custom-event-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Send custom events to web endpoint - Event Grid, Azure CLI | Microsoft Docs
2+
title: Send custom events with Event Grid and Azure CLI
33
description: Use Azure Event Grid and Azure CLI to publish a custom topic, and subscribe to events for that topic. The events are handled by a web application.
44
services: event-grid
55
keywords:
@@ -8,7 +8,7 @@ ms.author: spelluru
88
ms.date: 12/07/2018
99
ms.topic: quickstart
1010
ms.service: event-grid
11-
ms.custom: seodec18
11+
ms.custom: seodec18, seo-javascript-september2019
1212
---
1313
# Quickstart: Route custom events to web endpoint with Azure CLI and Event Grid
1414

articles/storage/blobs/storage-quickstart-blobs-nodejs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to create a blob in Azure Storage using the client library for Node.js v2
2+
title: Create a blob in Azure Storage for Node.js
33
description: Create a storage account and a container in object (Blob) storage. Then use the Azure Storage client library for Node.js v2 to upload a blob to Azure Storage, download a blob, and list the blobs in a container.
44
author: mhopkins-msft
55

@@ -8,6 +8,7 @@ ms.date: 02/04/2019
88
ms.service: storage
99
ms.subservice: blobs
1010
ms.topic: conceptual
11+
ms.custom: seo-javascript-september2019
1112
---
1213

1314
# How to upload, download, and list blobs using the client library for Node.js v2

articles/storage/queues/storage-nodejs-how-to-use-queues.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to use Queue storage from Node.js - Azure Storage
2+
title: Use Azure Queue storage from Node.js - Azure Storage
33
description: Learn how to use the Azure Queue service to create and delete queues, and insert, get, and delete messages. Samples written in Node.js.
44
author: mhopkins-msft
55
ms.service: storage
@@ -10,6 +10,7 @@ ms.service: storage
1010
ms.subservice: queues
1111
ms.topic: conceptual
1212
ms.reviewer: cbrooks
13+
ms.custom: seo-javascript-september2019
1314
---
1415

1516
# How to use Queue storage from Node.js

articles/virtual-machines/workloads/oracle/oracle-vm-solutions.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,8 @@ These images are considered "Bring Your Own License" and as such you will only b
5454

5555
Individuals can also choose to base their solutions on a custom image they create from scratch in Azure or upload a custom image from their on premises environment.
5656

57-
## Support for JD Edwards
58-
According to Oracle Support note [Doc ID 2178595.1](https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=573435677515785&id=2178595.1&_afrWindowMode=0&_adf.ctrl-state=o852dw7d_4), JD Edwards EnterpriseOne versions 9.2 and above are supported on **any public cloud offering** that meets their specific `Minimum Technical Requirements` (MTR). You need to create custom images that meet their MTR specifications for OS and software application compatibility.
59-
6057
## Oracle database VM images
61-
Oracle supports running Oracle DB 12.1 Standard and Enterprise editions in Azure on virtual machine images based on Oracle Linux. For the best performance for production workloads of Oracle DB on Azure, be sure to properly size the VM image and use Managed Disks that are backed by Premium Storage. For instructions on how to quickly get an Oracle DB up and running in Azure using the Oracle published VM image, [try the Oracle DB Quickstart walkthrough](oracle-database-quick-create.md).
58+
Oracle supports running Oracle DB 12.1 and higher Standard and Enterprise editions in Azure on virtual machine images based on Oracle Linux. For the best performance for production workloads of Oracle DB on Azure, be sure to properly size the VM image and use Premium SSD or Ultra SSD Managed Disks. For instructions on how to quickly get an Oracle DB up and running in Azure using the Oracle published VM image, [try the Oracle DB Quickstart walkthrough](oracle-database-quick-create.md).
6259

6360
### Attached disk configuration options
6461

@@ -76,6 +73,13 @@ Azure NetApp Files was designed to meet the core requirements of running high-pe
7673
These capabilities are possible because Azure NetApp Files is based on NetApp® ONTAP® all-flash systems running within Azure data center environment – as an Azure Native service. The result is an ideal database storage technology that can be provisioned and consumed just like other Azure storage options. See [Azure NetApp Files documentation](https://docs.microsoft.com/azure/azure-netapp-files/) for more information on how to deploy and access Azure NetApp Files NFS volumes. See [Oracle on Azure Deployment Best Practice Guide Using Azure NetApp Files](https://www.netapp.com/us/media/tr-4780.pdf) for best practice recommendations for operating an Oracle database on Azure NetApp Files.
7774

7875

76+
## Licensing Oracle Database & software on Azure
77+
Microsoft Azure is an authorized cloud environment for running Oracle Database. The Oracle Core Factor table is not applicable when licensing Oracle databases in the cloud. Instead, when using VMs with Hyper-Threading Technology enabled for Enterprise Edition databases, count two vCPUs as equivalent to one Oracle Processor license if hyperthreading is enabled (as stated in the policy document). The policy details can be found [here](http://www.oracle.com/us/corporate/pricing/cloud-licensing-070579.pdf).
78+
Oracle databases generally require higher memory and IO. For this reason, [Memory Optimized VMs](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/sizes-memory) are recommended for these workloads. To optimize your workloads further, [Constrained Core vCPUs](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/constrained-vcpu) are recommended for Oracle DB workloads that require high memory, storage, and I/O bandwidth, but not a high core count.
79+
80+
When migrating Oracle software and workloads from on-premises to Microsoft Azure, Oracle provides license mobility as stated in the [Oracle on Azure FAQ](https://www.oracle.com/cloud/technologies/oracle-azure-faq.html)
81+
82+
7983
## Oracle Real Application Cluster (Oracle RAC)
8084
Oracle RAC is designed to mitigate the failure of a single node in an on-premises multi-node cluster configuration. It relies on two on-premises technologies which are not native to hyper-scale public cloud environments: network multi-cast and shared disk. If your database solution requires Oracle RAC in Azure, you need third=party software to enable these technologies. For more information on Oracle RAC, see the [FlashGrid SkyCluster page](https://www.flashgrid.io/oracle-rac-in-azure/).
8185

@@ -92,6 +96,11 @@ The tutorial [Implement Oracle GoldenGate on Azure](configure-oracle-golden-gate
9296

9397
In addition to having an HA and DR solution architected in Azure, you should have a backup strategy in place to restore your database. The tutorial [Backup and recover an Oracle Database](oracle-backup-recovery.md) walks you through the basic procedure for establishing a consistent backup.
9498

99+
100+
## Support for JD Edwards
101+
According to Oracle Support note [Doc ID 2178595.1](https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=573435677515785&id=2178595.1&_afrWindowMode=0&_adf.ctrl-state=o852dw7d_4), JD Edwards EnterpriseOne versions 9.2 and above are supported on **any public cloud offering** that meets their specific `Minimum Technical Requirements` (MTR). You need to create custom images that meet their MTR specifications for OS and software application compatibility.
102+
103+
95104
## Oracle WebLogic Server virtual machine images
96105

97106
* **Clustering is supported on Enterprise Edition only.** You are licensed to use WebLogic clustering only when using the Enterprise Edition of WebLogic Server. Do not use clustering with WebLogic Server Standard Edition.

0 commit comments

Comments
 (0)