Entradas

Azure. Read Data Data Lake Gen2 from Databricks

Imagen
Azure Databricks has become the tool for analyzing big data, with an Apache Spark environment. With this service you can program through the language of Python, Scala,, R, Java, SQL, There are currently four options for connecting from Databricks to ADLS Gen2: Using the ADLS Gen2 storage account access key directly Using a service principal directly (OAuth 2.0) Mounting an ADLS Gen2 filesystem to DBFS using a service principal (OAuth 2.0) Azure Active Directory (AAD) credential passthrough In this article, I will explain point four. In this way, we can use a Vnet Injection, together with the mounting point. In the firewall rules, we must include the Vnet, which is part of the Databricks service. You can see the article, Create Databricks service Cluster Configuration Example Cluster values for this example: Python Version. Cluster Mode Use of Active Directory, for login Additionally, the databrick service has to be Pre...

Desarrollar un Bot con tecnología Microsoft Azure

Imagen
Developing a bot can complicate our lives, but we know well where we want to go. Knowing the development tools will help us to carry out this process in an easy way. The service that allows you to create a bot is Bot services There are two ways to create a bot: Web App Bot and Bot Channels Registration The following image shows the two options Web App Bot. Web App Bot Settings Web App Bot Settings Web App Bot Settings. C# Templates. The templates are c# code, which implements the Microsoft Bot framework Web App Bot Settings. C# Templates