How to connect and deliver services privately on Azure with Azure Private Link | Azure Friday

Поділитися
Вставка
  • Опубліковано 4 жов 2024

КОМЕНТАРІ • 26

  • @mikesmith2315
    @mikesmith2315 3 роки тому +4

    Narayan Annamalai explains these concepts in a very good manner. Brilliant teacher. Thankyou.

  • @DeepakShaw
    @DeepakShaw 4 роки тому +3

    Thanks, I have been looking for PaaS connectivity over the private network. Need to see some more demos with logic apps and Azure function.

  • @sarathfromsaudi
    @sarathfromsaudi Рік тому

    Awesome explanation. Thanks Narayan

  • @DDD00007
    @DDD00007 4 роки тому +1

    Great! Well explained

  • @vamseekonda3023
    @vamseekonda3023 4 роки тому

    Great explanation. Thanks

  • @sabarishi4581
    @sabarishi4581 4 роки тому +1

    Really it's make more secure !!!

  • @snmailist1470
    @snmailist1470 2 роки тому +1

    My question is how about connecting SQL Server from local machine to Azure SQL Server (if the Sql Server has had 'Private Link') ?

  • @Marcel-dt5du
    @Marcel-dt5du 4 роки тому

    Thanks for that detailed explanation! Are there any disadvantages? Maybe with regards to scaling or access performance?

  • @sarkershahin4543
    @sarkershahin4543 3 роки тому

    Awesome!

  • @atal_ab
    @atal_ab 2 роки тому

    nice explination

  • @srivastasripada5180
    @srivastasripada5180 4 роки тому

    How about accessing any Azure Resources (PaaS) connecting privately, for example Azure Batch private endpoints connecting privately to Azure Storage account (blob/Files), not discussed in this video. Both the Private end point are with in the same VNET

  • @bgd.clasico
    @bgd.clasico 4 роки тому

    How would you compare this to the Application Service Environment? Can you create a video about this?

  • @SivaSakthi-iy6ck
    @SivaSakthi-iy6ck 4 роки тому

    This is great

  • @aks541
    @aks541 3 роки тому

    Thanks for the video. If I add system assigned managed identity for an ADF pipeline in this ADLS Gen2 (where you enable access via private end point), can ADF extract the files from the blob?

  • @darkMuffin31
    @darkMuffin31 4 роки тому +1

    Storage sub-resource didn't make any sense to me :( blob? where do you get that?

    • @MicrosoftAzure
      @MicrosoftAzure  4 роки тому +1

      Hello there! Sub-resources are actually different storage services in Azure. They are Blob, Queue, Table, Files and Disks as documented here: msft.it/6052T2W5C
      A private endpoint maps to a resource of specific storage service type.

  • @luismesagrave
    @luismesagrave 4 роки тому

    Ok, but who accesses storage accounts or sql ddbbs in production from VMs? I'm surprised the obvious scenario hasn't been discused: what about service-to-service access? how to access from an app service or a function, either a storage, sql, or another app service? is that even in the roadmap??

    • @MicrosoftAzure
      @MicrosoftAzure  4 роки тому

      Hey Luis!
      WebApps or Functions can be deployed privately using VNet Integration to gain private access to other PaaS like Storage accounts or SQL servers using Private Endpoints, in this case both App Service and Data resources are private to the VNet. More information here: msft.it/6056TtqQk
      Additionally, you can access the WebApp privately to completely secure the integration if is an exclusive private application. Here's how! msft.it/6058TtqQw

    • @2manjunath
      @2manjunath 3 роки тому

      @@MicrosoftAzure private link for azure datafactory not working , I am trying to connect datafactory private link to onperm self hosted integration runtime, no success, even there is no proper documentation for the datafactory to connect with private link

  • @sau002
    @sau002 3 роки тому

    Does this work to secure a Storage account for a remote employee who are using Azure Storage Explorer and their laptop is connected via Point-2-site VPN gateway ?

    • @MicrosoftAzure
      @MicrosoftAzure  3 роки тому

      Hey there Saurabh! Yes, this should work in that scenario.

  • @anands2239
    @anands2239 3 роки тому

    private endpoint and private link arent they different.