Skip to content

Commit 9d8cf8a

Browse files
committed
retiring ADLS Gen1 articles
1 parent d8dd1ea commit 9d8cf8a

6 files changed

+12
-240
lines changed

articles/stream-analytics/.openpublishing.redirection.stream-analytics.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/stream-analytics/stream-analytics-managed-identities-adls.md",
5+
"redirect_url": "/azure/stream-analytics/blob-output-managed-identity",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/stream-analytics/azure-data-lake-storage-gen1-output.md",
10+
"redirect_url": "/azure/stream-analytics/blob-storage-azure-data-lake-gen2-output",
11+
"redirect_document_id": false
12+
},
313
{
414
"source_path_from_root": "/articles/stream-analytics/app-insights-export-sql-stream-analytics.md",
515
"redirect_url": "/azure/azure-monitor/app/create-workspace-resource#export-telemetry",

articles/stream-analytics/TOC.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@
150150
href: service-bus-topics-output.md
151151
- name: Azure Functions
152152
href: azure-functions-output.md
153-
- name: Azure Data Lake Storage Gen 1
154-
href: azure-data-lake-storage-gen1-output.md
155153
- name: Kafka output
156154
href: kafka-output.md
157155
- name: Extend queries with functions
@@ -298,9 +296,6 @@
298296
- name: Service Bus
299297
href: service-bus-managed-identity.md
300298
displayName: managed identity, identities, authenticate
301-
- name: Azure Data Lake Storage Gen 1
302-
href: stream-analytics-managed-identities-adls.md
303-
displayName: managed identity, identities, authenticate
304299
- name: Build solutions
305300
items:
306301
- name: Twitter sentiment analysis

articles/stream-analytics/azure-data-lake-storage-gen1-output.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

articles/stream-analytics/stream-analytics-define-outputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ All outputs support batching, but only some support setting the output batch siz
2828
|[Azure Synapse Analytics](azure-synapse-analytics-output.md)|Yes|SQL user auth, </br> Managed Identity|
2929
|[Blob storage and Azure Data Lake Gen 2](blob-storage-azure-data-lake-gen2-output.md)|Yes|Access key, </br> Managed Identity|
3030
|[Azure Cosmos DB](azure-cosmos-db-output.md)|Yes|Access key, </br> Managed Identity|
31-
|[Azure Data Lake Storage Gen 1](azure-data-lake-storage-gen1-output.md)|Yes|Microsoft Entra user </br> Managed Identity|
31+
|[Azure Data Lake Storage Gen 2](blob-output-managed-identity.md)|Yes|Microsoft Entra user </br> Managed Identity|
3232
|[Azure Event Hubs](event-hubs-output.md)|Yes, need to set the partition key column in output configuration.|Access key, </br> Managed Identity|
3333
|[Kafka (preview)](kafka-output.md)|Yes, need to set the partition key column in output configuration.|Access key, </br> Managed Identity|
3434
|[Azure Database for PostgreSQL](postgresql-database-output.md)|Yes|Username and password auth|

articles/stream-analytics/stream-analytics-managed-identities-adls.md

Lines changed: 0 additions & 187 deletions
This file was deleted.

articles/stream-analytics/stream-analytics-tools-for-visual-studio-cicd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The default parameters in the parameters.json file are from the settings in your
4848
```
4949
Learn more about how to [deploy with a Resource Manager template file and Azure PowerShell](../azure-resource-manager/templates/deploy-powershell.md). Learn more about how to [use an object as a parameter in a Resource Manager template](/azure/architecture/guide/azure-resource-manager/advanced-templates/objects-as-parameters).
5050

51-
To use Managed Identity for Azure Data Lake Store Gen1 as output sink, you need to provide Access to the service principal using PowerShell before deploying to Azure. Learn more about how to [deploy ADLS Gen1 with Managed Identity with Resource Manager template](stream-analytics-managed-identities-adls.md#resource-manager-template-deployment).
51+
To use Managed Identity for Azure Data Lake Store Gen2 as output sink, you need to provide Access to the service principal using PowerShell before deploying to Azure. Learn more about how to [deploy ADLS Gen2 with Managed Identity with Resource Manager template](blob-output-managed-identity.md#azure-resource-manager-deployment).
5252

5353

5454
## Command-line tool

0 commit comments

Comments
 (0)