<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Databricks setup/deployment checklist/best practices in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/databricks-setup-deployment-checklist-best-practices/m-p/54099#M1885</link>
    <description>&lt;P&gt;The Databricks platform is on azure&lt;/P&gt;</description>
    <pubDate>Tue, 28 Nov 2023 12:37:01 GMT</pubDate>
    <dc:creator>Phani1</dc:creator>
    <dc:date>2023-11-28T12:37:01Z</dc:date>
    <item>
      <title>Databricks setup/deployment checklist/best practices</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-setup-deployment-checklist-best-practices/m-p/54098#M1884</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Hi Team, could you please share or guide us on any checklist/best practices for Databricks setup/deployment?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 12:35:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-setup-deployment-checklist-best-practices/m-p/54098#M1884</guid>
      <dc:creator>Phani1</dc:creator>
      <dc:date>2023-11-28T12:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks setup/deployment checklist/best practices</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-setup-deployment-checklist-best-practices/m-p/54099#M1885</link>
      <description>&lt;P&gt;The Databricks platform is on azure&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 12:37:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-setup-deployment-checklist-best-practices/m-p/54099#M1885</guid>
      <dc:creator>Phani1</dc:creator>
      <dc:date>2023-11-28T12:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks setup/deployment checklist/best practices</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-setup-deployment-checklist-best-practices/m-p/54121#M1886</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/36892"&gt;@Phani1&lt;/a&gt;&amp;nbsp;, here are some best practices &lt;A href="https://github.com/Azure/AzureDatabricksBestPractices/tree/master" target="_blank"&gt;https://github.com/Azure/AzureDatabricksBestPractices/tree/master&lt;/A&gt; and you could take these points as your "checklist".&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Choose the right Databricks Workspace:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Decide on the appropriate Azure region for your Databricks workspace.&lt;/LI&gt;&lt;LI&gt;Consider using the Azure Portal to create the Databricks workspace or use infrastructure-as-code tools like ARM templates or Terraform.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Authentication and Authorization:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Integrate Databricks with Azure Active Directory (Azure AD) for authentication.&lt;/LI&gt;&lt;LI&gt;Implement role-based access control (RBAC) to manage authorization.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Networking and Security:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Configure Azure Virtual Network (VNet) settings for Databricks clusters.&lt;/LI&gt;&lt;LI&gt;Utilize Azure Network Security Groups (NSGs) for firewall rules.&lt;/LI&gt;&lt;LI&gt;Consider Private Link for enhanced security.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Use Azure Key Vault for Secrets:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Store sensitive information such as API keys, passwords, and tokens in Azure Key Vault.&lt;/LI&gt;&lt;LI&gt;Integrate Databricks with Azure Key Vault for secure access to secrets.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Cluster Configuration:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Leverage Azure Databricks Autoscaling for dynamic resource allocation.&lt;/LI&gt;&lt;LI&gt;Integrate Databricks clusters with Azure Virtual Network for enhanced security.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Data Storage and Integration:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use Azure Data Lake Storage (ADLS) or Azure Blob Storage for data storage.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Logging and Monitoring:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Configure Azure Monitor for logging and monitoring.&lt;/LI&gt;&lt;LI&gt;Utilize Azure Log Analytics for centralized log storage and analysis.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Azure Databricks Jobs:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Schedule jobs using Azure Databricks Jobs for automated execution.&lt;/LI&gt;&lt;LI&gt;Use Azure Data Factory for orchestrating ETL workflows if needed.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Azure Databricks Delta Lake:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Consider using Delta Lake for efficient storage, management, and processing of big data.&lt;/LI&gt;&lt;LI&gt;Utilize Delta Lake for ACID transactions and schema evolution.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Azure DevOps Integration:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Integrate Databricks with Azure DevOps for continuous integration and deployment.&lt;/LI&gt;&lt;LI&gt;Automate deployments using Azure DevOps pipelines.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 28 Nov 2023 16:07:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-setup-deployment-checklist-best-practices/m-p/54121#M1886</guid>
      <dc:creator>icyflame92</dc:creator>
      <dc:date>2023-11-28T16:07:03Z</dc:date>
    </item>
  </channel>
</rss>

