Skip to content

Commit 344324c

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents 6ef47d8 + bd4e809 commit 344324c

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

articles/purview/concept-business-glossary.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The same term can also imply multiple business objects. It is important that eac
2626

2727
## Custom attributes
2828

29-
Microsoft Purview supports eight out-of-the-box attributes for any business glossary term:
29+
Microsoft Purview supports these out-of-the-box attributes for any business glossary term:
3030
- Name (mandatory)
3131
- Nickname
3232
- Status
@@ -39,7 +39,8 @@ Microsoft Purview supports eight out-of-the-box attributes for any business glos
3939
- Resources
4040
- Parent term
4141

42-
These attributes cannot be edited or deleted. However, these attributes are not sufficient to completely define a term in an organization. To solve this problem, Microsoft Purview provides a feature where you can define custom attributes for your glossary.
42+
These attributes cannot be edited or deleted, but only the Name is mandatory to create a glossary term.
43+
However, these attributes are not sufficient to completely define a term in an organization. To solve this problem, Microsoft Purview provides a feature where you can define custom attributes for your glossary.
4344

4445
## Term templates
4546

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: "Quickstart: Azure Blob Storage library - .NET"
33
description: In this quickstart, you will learn how to use the Azure Blob Storage client library for .NET to create a container and a blob in Blob (object) storage. Next, you learn how to download the blob to your local computer, and how to list all of the blobs in a container.
44
author: pauljewellmsft
55
ms.author: pauljewell
6-
ms.date: 10/06/2021
6+
ms.date: 11/09/2022
77
ms.service: storage
88
ms.subservice: blobs
99
ms.topic: quickstart
1010
ms.devlang: csharp
11-
ms.custom: devx-track-csharp, mode-api
11+
ms.custom: devx-track-csharp, mode-api, passwordless-dotnet
1212
ROBOTS: NOINDEX
1313
---
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Quickstart: Azure Blob Storage library - Java"
33
description: In this quickstart, you learn how to use the Azure Blob Storage client library for Java to create a container and a blob in Blob (object) storage. Next, you learn how to download the blob to your local computer, and how to list all of the blobs in a container.
44
author: pauljewellmsft
55
ms.author: pauljewell
6-
ms.custom: devx-track-java, mode-api
6+
ms.custom: devx-track-java, mode-api, passwordless-java
77
ms.date: 10/24/2022
88
ms.service: storage
99
ms.subservice: blobs

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,6 @@ The preceding code cleans up the resources the app created by removing the entir
304304

305305
Step through the code in your debugger and check your [Azure portal](https://portal.azure.com) throughout the process. Check to see that the container is being created. You can open the blob inside the container and view the contents.
306306

307-
## Use the storage emulator
308-
309-
This quickstart created a container and blob on the Azure cloud. You can also use the Azure Blob storage npm package to create these resources locally on the [Azure Storage emulator](../common/storage-use-emulator.md) for development and testing.
310-
311307
## Clean up
312308

313309
1. When you're done with this quickstart, delete the `blob-quickstart` directory.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: quickstart
88
ms.service: storage
99
ms.subservice: blobs
1010
ms.devlang: python
11-
ms.custom: devx-track-python, mode-api
11+
ms.custom: devx-track-python, mode-api, passwordless-python
1212
---
1313

1414
# Quickstart: Azure Blob Storage client library for Python

0 commit comments

Comments
 (0)