355 questions
0
votes
0
answers
159
views
Can on-premises SQL Server be accessed via SQL Connector in a Power Platform VNET-linked environment?
I'm trying to connect to an on-premises SQL Server instance using the SQL Server connector in Power Automate within a Power Platform environment linked to an Azure Virtual Network (VNET).
Microsoft ...
1
vote
1
answer
459
views
Deploying Code to App Services using Managed DevOps pool behind Private Endpoints
So I'm currently navigating a new process in deploying code out to servers that are behind Azure private endpoints. I read about Managed DevOps pools that are spun up in the virtual network in order ...
1
vote
1
answer
83
views
Parquet files as Delta Table read by Azure Databricks from Azure Storage on public network or Microsoft network?
We created Delta Table in Azure Databricks. We have Parquet files being stored in Azure Storage. Is this data read being on public network or Microsoft network? As of now Azure Storage and Azure ...
0
votes
0
answers
174
views
How to configure custom dns server in Azure VNet
I have an app service in azure that hosts .net rest api app and vnet integration enabled and have a web subnet and do not have any private end points. The .net rest api has following code that will ...
0
votes
2
answers
478
views
How to resolve DNS from Azure Public DNS Zone when a record is not present in Azure Private DNS Zone
I have an Azure Virtual Network myVNET. In myVNET, I have a vm deployed. I also have one Azure Public DNS Zone i.e. test.com. Along with it, there is also an Azure Private DNS Zone with the same name ...
2
votes
1
answer
2k
views
What is the difference between Azure VNET integration and VNET injection?
The two terms VNET integration and VNET injection seem to be used often for the same thing.
However for some services like Azure Web Apps the VNET integration just allows outbound traffic from the ...
0
votes
0
answers
250
views
Azure Databricks Workspace with VNET Injection unable to connect to on-premise SQL Server
I created a new azure databricks workspace with these settings:
vnet injection
secure cluster connectivity
front and backend private link
This is to setup a connection from databricks to our on-...
0
votes
1
answer
184
views
How to access VNET integrated App Service without public access from Azure Function App?
Setup
I have a web service deployed to an App Service. The App Service is integrated into a VNET and should not allow access from public networks. Currently it only allows request from the VNET.
The ...
0
votes
0
answers
266
views
Azure API Management refused connection to Third-Party API
Created a developer APIM instance within my Azure subscription, and I've created an API call to a third-party vendor's endpoint.
I have provided the vendor with our public IP from the APIM instance (...
0
votes
2
answers
397
views
Connect private Azure Table Storage Account with AI search
I have a Azure AI search instance and an Azure Table Storage Account. Both are in the Germany West Central region. Both services have a private endpoint and are connected to the same vnet and also to ...
0
votes
2
answers
728
views
Deploying azure function app in vnet gives internal server error
In Azure, when I deploy an azure functions app inside a vnet, I get an internal server error in azure.
When I do the same deployment, but leave out the virtualNetworkSubnetId setting in the function ...
0
votes
2
answers
661
views
How do you deploy VNET to an App Service with BICEP?
I want to deploy a BICEP template that configures Outbound traffic for an App Service. When I deploy the BICEP template, there are no errors and it says successful, but it does not add Virtual Network ...
0
votes
1
answer
699
views
Azure Function App Blob trigger using Managed Identity not working
In azure I have got a Function App deployed in a VNET, alongside a subnet containing a private endpoint connected to a Storage Account through private DNS zones (one for each of the storage types), ...
1
vote
0
answers
169
views
Dataverse plugin accessing APIs inside company's Azure Tenant: error?
As far as I know there is a (relatively new) capability in PowerPlatform, named Virtual Network support for Power Platform.
In essece, it allows Dataverse plug-ins to access our Azure Tenant's local ...
0
votes
1
answer
202
views
Determine Azure Resource Policy result / effect by querying Azure Graph for state of other resources
At Microsoft Ignite 2023 MS was discussing a soon-to-be-released ability for an Azure Resource Policy definition to be allowed to invoke a Graph API query and use the results as part of the Policy ...