Skip to content

Commit 2b45873

Browse files
authored
Merge pull request #273043 from MicrosoftDocs/main
Publish to live, Tuesday 4 AM PST, 4/23
2 parents a69e088 + 5e7360d commit 2b45873

File tree

13 files changed

+92
-21
lines changed

13 files changed

+92
-21
lines changed

articles/aks/concepts-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ For more information, see [Configure Azure CNI for an AKS cluster][aks-configure
9898

9999
[Azure CNI Powered by Cilium][azure-cni-powered-by-cilium] uses [Cilium](https://cilium.io) to provide high-performance networking, observability, and network policy enforcement. It integrates natively with [Azure CNI Overlay][azure-cni-overlay] for scalable IP address management (IPAM).
100100

101-
Additionally, Cilium enforces network policies by default, without requiring a separate network policy engine. Azure CNI Powered by Cilium can scale beyond [Azure Network Policy Manager's limits of 250 nodes / 20-K pod][use-network-policies] by using ePBF programs and a more efficient API object structure.
101+
Additionally, Cilium enforces network policies by default, without requiring a separate network policy engine. Azure CNI Powered by Cilium can scale beyond [Azure Network Policy Manager's limits of 250 nodes / 20-K pod][use-network-policies] by using eBPF programs and a more efficient API object structure.
102102

103103
Azure CNI Powered by Cilium is the recommended option for clusters that require network policy enforcement.
104104

articles/automation/troubleshoot/managed-identity.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,29 @@ title: Troubleshoot Azure Automation managed identity issues
33
description: This article tells how to troubleshoot and resolve issues when using a managed identity with an Automation account.
44
services: automation
55
ms.subservice:
6-
ms.date: 10/26/2021
6+
ms.date: 04/22/2024
77
ms.topic: troubleshooting
88
---
99

1010
# Troubleshoot Azure Automation managed identity issues
1111

1212
This article discusses solutions to problems that you might encounter when you use a managed identity with your Automation account. For general information about using managed identity with Automation accounts, see [Azure Automation account authentication overview](../automation-security-overview.md#managed-identities).
1313

14+
15+
## Scenario: Runbook with system assigned managed identity fails with 400 error message
16+
17+
### Issue
18+
19+
Runbook with system assigned managed identity fails with the error as `unable to acquire for tenant organizations with error ManagedIdentityCredential authentication failed. Managed System Identity not found! Status 400 (Bad Request)`
20+
21+
22+
### Cause
23+
You haven't assigned permissions after creating the system-assigned managed identity.
24+
25+
### Resolution
26+
Ensure to assign the appropriate permissions for system-assigned managed identity. [Using a system-assigned managed identity for an Azure Automation account](../enable-managed-identity-for-automation.md)
27+
28+
1429
## Scenario: Managed Identity in a Runbook cannot authenticate against Azure
1530

1631
### Issue
213 KB
Loading
276 KB
Loading
Binary file not shown.
128 KB
Loading
190 KB
Loading
Binary file not shown.

articles/hdinsight-aks/flink/use-flink-delta-connector.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to use Apache Flink® on HDInsight on AKS with Flink/Delta connector
33
description: Learn how to use Flink/Delta Connector.
44
ms.service: hdinsight-aks
55
ms.topic: how-to
6-
ms.date: 04/10/2024
6+
ms.date: 04/22/2024
77
---
88

99
# How to use Flink/Delta Connector
@@ -316,19 +316,26 @@ public class DeltaSourceExample {
316316
</build>
317317
</project>
318318
```
319+
319320
## Package the jar and submit it to Flink cluster to run
320321

321-
### Submit the jar on WebSSH pod
322+
1. Upload the jar to ABFS.
323+
:::image type="content" source="./media/use-flink-delta-connector/app-mode-jar.png" alt-text="Screenshot showing App mode jar files." lightbox="./media/use-flink-delta-connector/app-mode-jar.png":::
324+
325+
1. Pass the job jar information in AppMode cluster.
326+
327+
:::image type="content" source="./media/use-flink-delta-connector/cluster-configuration.png" alt-text="Screenshot showing cluster configuration." lightbox="./media/use-flink-delta-connector/cluster-configuration.png":::
328+
329+
1. Enable `hadoop.classpath.enable`.
322330

323-
:::image type="content" source="./media/use-flink-delta-connector/webssh-pod.png" alt-text="Screenshot showing how to submit the jar on WebSSH pod." lightbox="./media/use-flink-delta-connector/webssh-pod.png":::
331+
1. Submit the cluster, you should be able to see the job in Flink UI.
324332

325-
### Check Job on Flink UI
333+
:::image type="content" source="./media/use-flink-delta-connector/flink-dashboard.png" alt-text="Screenshot showing Flink dashboard." lightbox="./media/use-flink-delta-connector/flink-dashboard.png":::
326334

327-
:::image type="content" source="./media/use-flink-delta-connector/check-job-on-flink-ui.png" alt-text="Screenshot showing how to check the job on Flink UI." lightbox="./media/use-flink-delta-connector/check-job-on-flink-ui.png":::
335+
1. Find Results in ADLS.
328336

329-
### Check the delta output on Azure portal
337+
:::image type="content" source="./media/use-flink-delta-connector/output.png" alt-text="Screenshot showing the output." lightbox="./media/use-flink-delta-connector/output.png":::
330338

331-
:::image type="content" source="./media/use-flink-delta-connector/delta-output.png" alt-text="Screenshot showing the delta output." lightbox="./media/use-flink-delta-connector/delta-output.png":::
332339

333340
## Power BI integration
334341

0 commit comments

Comments
 (0)