Marvin Buss
Marvin Buss
@krnese I would enforce the following on the Corp Management Group: 1. Built in policy to deny publicNetworkAccess (/providers/Microsoft.Authorization/policyDefinitions/5c8cad01-ef30-4891-b230-652dadb4876a) 2. Deny-Synapse-LinkedAccessCheckOnTargetResource 3. Data Exfiltration setting (/providers/Microsoft.Authorization/policyDefinitions/3484ce98-c0c5-4c83-994b-c5ac24785218) 4. Limit tenants which...
@jtracey93 ### Azure Data Explorer |Policy Name |Policy Area |Description | |---------|---------|---------| |Deny-DataExplorer-Sku|Budget|Enforces data explorer SKUs.| |Deny-DataExplorer-TrustedExternalTenants|Network Isolation|Denies external tenants for data explorer.|
Hi @RajdeepBiswas, Can you please check whether your Service Principle was configure as described here: https://github.com/machine-learning-apps/ml-template-azure#3-setting-up-the-required-secrets
Hi @mikeleuer, The resources are all specified here: * Data Management Zone: https://github.com/Azure/data-management-zone/blob/main/docs/DataManagementAnalytics-Prerequisites.md#what-will-be-deployed * Data Landing Zone: https://github.com/Azure/data-landing-zone/blob/main/docs/DataManagementAnalytics-Prerequisites.md#what-will-be-deployed The same exists for all data product templates that we have created....
[Preview Link](https://portal.azure.com/#blade/Microsoft_Azure_CreateUIDef/CustomDeploymentBlade/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fdata-landing-zone%2Fmarvinbuss%2Fautopatch%2Finfra%2Fmain.json/uiFormDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fdata-landing-zone%2Fmarvinbuss%2Fautopatch%2Fdocs%2Freference%2Fportal.dataLandingZone.json)
Hi @pradeepgaur, Thanks for submitting this issue. Did you try to print the output of the Action inside your workflow to check how it is structured? It should be a...
Hi @pradeepgaur, Here you can see how this gets written as an Action Output: https://github.com/Azure/aml-run/blob/9f488e27a86106007c9938731de2672ddfeef739/code/main.py#L190-L192 I just tested the same thing in a notebook quickly to validate this. The output...
@pradeepgaur The second one is just a string, which must be first read as JSON and then you can get the desired property. Can you please briefly explain what you...
Hi @seonhoon1002, Feel free to use it for whatever you want. I forgot to add a License here, but you can use it for whatever project your are working on....
In case someone looks for an e2e sample, I have implemented this in a similar manner in this [repository](https://github.com/PerfectThymeTech/AzureFunctionPython) with `opentelemetry` and `fastapi`: https://github.com/PerfectThymeTech/AzureFunctionPython/blob/main/code/function/wrapper/__init__.py The difference is that I have...