Skip to content

Commit fa04f85

Browse files
authored
Merge pull request #211712 from nitinnms/add-release-notes
Add release notes
2 parents 53d72c9 + 49ca92b commit fa04f85

File tree

3 files changed

+76
-1
lines changed

3 files changed

+76
-1
lines changed

articles/energy-data-services/index.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ landingContent:
4242
url: concepts-csv-parser-ingestion.md
4343
- text: Index and search workflows
4444
url: concepts-index-and-search.md
45+
- linkListType: whats-new
46+
links:
47+
- text: Release notes
48+
url: release-notes.md
4549
- title: About Domain Data Management Services (DDMS)
4650
linkLists:
4751
- linkListType: overview
@@ -91,4 +95,4 @@ landingContent:
9195
- text: How to integrate airflow logs with Azure Monitor
9296
url: how-to-integrate-airflow-logs-with-azure-monitor.md
9397
- text: How to integrate elastic logs with Azure Monitor
94-
url: how-to-integrate-elastic-logs-with-azure-monitor.md
98+
url: how-to-integrate-elastic-logs-with-azure-monitor.md
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: Release notes for Microsoft Energy Data Services Preview #Required; page title is displayed in search results. Include the brand.
3+
description: This topic provides release notes of Microsoft Energy Data Services Preview releases, improvements, bug fixes, and known issues. #Required; article description that is displayed in search results.
4+
author: nitinnms #Required; your GitHub user alias, with correct capitalization.
5+
ms.author: nitindwivedi #Required; microsoft alias of author; optional team alias.
6+
ms.service: energy-data-services #Required; service per approved list. slug assigned by ACOM.
7+
ms.topic: conceptual #Required; leave this attribute/value as-is.
8+
ms.date: 09/20/2022 #Required; mm/dd/yyyy format.
9+
ms.custom: template-concept #Required; leave this attribute/value as-is.
10+
---
11+
12+
# Release Notes for Microsoft Energy Data Services Preview
13+
14+
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
15+
16+
Microsoft Energy Data Services receives improvements on an ongoing basis. To stay up to date with the most recent developments, this article provides you with information about:
17+
18+
- The latest releases
19+
- Known issues
20+
- Bug fixes
21+
- Deprecated functionality
22+
- Plans for changes
23+
24+
## Microsoft Energy Data Services Preview Release
25+
26+
27+
### Key Announcement
28+
29+
Microsoft Energy Data Services is now available as a public preview.
30+
31+
Microsoft Energy Data Services conforms with the requirements of the Release-3, [Milestone-12](https://community.opengroup.org/osdu/governance/project-management-committee/-/wikis/M12-Release-Notes) of OSDU™ Technical Standard, Version 1.0.
32+
33+
### Partition & User Management
34+
35+
- You can create [new data partitions](how-to-add-more-data-partitions.md) (up to five) in your existing Microsoft Energy Data Services instance. Earlier, you could create a data partition only while provisioning the instance.
36+
- The domain name for your entitlement groups for [user management](how-to-manage-users.md) is changed to "dataservices.energy".
37+
38+
### Data Ingestion
39+
40+
- Microsoft Energy Data Services - Enabled support for user context in ingestion ([ADR: Issue 52](https://community.opengroup.org/osdu/platform/data-flow/ingestion/home/-/issues/52)) (not yet supported in the Azure OSDU™ community edition)
41+
- In Microsoft Energy Data Services, the User identity is preserved and passed on to all ingestion workflow related services using the newly introduced _x-on-behalf-of_ header.
42+
- In Azure OSDU™ community edition, by using elevated SPN permissions, users could call the workflow service and trigger an ingestion job even without appropriate service level entitlements on the underlying dependent services. In Microsoft Energy Data Services, a user needs to have appropriate service level entitlements on all dependent services involved in the ingestion workflow
43+
- In Azure OSDU™ community edition, users who weren't part of the same data entitlement group could accidentally modify and corrupt data (using elevated SPN permissions). In Microsoft Energy Data Services, only users belonging to the same data entitlement group can modify data, and the modified user and date information are captured.
44+
- Workflow service payload is restricted to a maximum of 2 MB. If it exceeds, the service will throw an HTTP 413 error. This restriction is placed to prevent workflow requests from overwhelming the server.
45+
- Microsoft Energy Data Services uses Azure Data Factory (ADF) to run large scale ingestion workloads.
46+
47+
### Search
48+
49+
- Improved security as Elasticsearch images is now pulled from Microsoft's internal Azure Container Registry instead of public repositories.
50+
- Improved security by enabling encryption in transit for Elasticsearch, Registration, and Notification services.
51+
52+
### Monitoring
53+
54+
- You can create diagnostic settings to export [Airflow](how-to-integrate-airflow-logs-with-azure-monitor.md) and [Elasticsearch](how-to-integrate-elastic-logs-with-azure-monitor.md) logs from your Microsoft Energy Data Services instance to Azure Monitor.
55+
56+
### Hardware & Software
57+
58+
- Your Microsoft Energy Data Services instance runs on the latest version of Azure Kubernetes Services (AKS) clusters – [version 1.24.](https://kubernetes.io/blog/2022/04/07/upcoming-changes-in-kubernetes-1-24/)
59+
60+
### Region Availability
61+
62+
- In Preview, Availability Zones will be available by default in select regions. All new Microsoft Energy Data Services instances created in these select zones will have Availability Zones redundancy enabled on them upon creation.
63+
- The selected regions where Availability Zones will be offered on Microsoft Energy Data Services Preview are - South Central US, East US, West Europe, and North Europe.
64+
65+
---
66+
67+

articles/energy-data-services/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
- name: About Domain Data Management Services (DDMS)
99
displayName: DDMS overview
1010
href: overview-ddms.md
11+
- name: What's new
12+
items:
13+
- name: Release notes
14+
href: release-notes.md
1115
- name: Quickstarts
1216
expanded: true
1317
items:

0 commit comments

Comments
 (0)