Skip to content

Commit 1d60312

Browse files
authored
Apply suggestions from code review
Correct Markdown syntax for [!Note] and lowercase all but first word of headings (MSFT style).
1 parent 93b8e15 commit 1d60312

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

articles/machine-learning/how-to-import-data-assets.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ To create and work with data assets, you need:
4343

4444
## Importing from external database sources / import from external sources to create a meltable data asset
4545

46-
>NOTE: The external databases can have Snowflake, Azure SQL, etc. formats.
46+
> [!NOTE]
47+
> The external databases can have Snowflake, Azure SQL, etc. formats.
4748
4849
The following code samples can import data from external databases. The `connection` that handles the import action determines the external database data source metadata. In this sample, the code imports data from a Snowflake resource. The connection points to a Snowflake source. With a little modification, the connection can point to an Azure SQL database source and an Azure SQL database source. The imported asset `type` from an external database source is `mltable`.
4950

articles/machine-learning/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -632,11 +632,11 @@
632632
href: how-to-administrate-data-authentication.md
633633
- name: Access data
634634
items:
635-
- name: Use Connections
636-
displayName: Use Connections
635+
- name: Use connections
636+
displayName: Use connections
637637
href: how-to-connection.md
638-
- name: Import Data
639-
displayName: Import Data
638+
- name: Import data
639+
displayName: Import data
640640
href: how-to-import-data-assets.md
641641
# v1
642642
- name: Access data

0 commit comments

Comments
 (0)