{"id":2798,"date":"2019-10-01T05:01:41","date_gmt":"2019-10-01T05:01:41","guid":{"rendered":"https:\/\/davidpapkin.net\/?page_id=2798"},"modified":"2019-10-01T05:01:41","modified_gmt":"2019-10-01T05:01:41","slug":"microsoft-dp-200-links-by-david-papkin","status":"publish","type":"page","link":"https:\/\/davidpapkin.com\/?page_id=2798","title":{"rendered":"Microsoft DP-200 \/ 201 links by David Papkin"},"content":{"rendered":"<p>This David Papkin page contains links on Microsoft Azure DP-200 course.<\/p>\n<p><strong>Azure Batch<\/strong><\/p>\n<p>Use Azure Batch to run large-scale parallel and high-performance computing (HPC) batch jobs efficiently in Azure. Azure Batch creates and manages a pool of compute nodes (virtual machines), installs the applications you want to run, and schedules jobs to run on the nodes.<\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/batch\/batch-technical-overview\">Azure Batch Overview<\/a><\/p>\n<p><strong>Azure Bot<\/strong><\/p>\n<p>Bots provide an experience that feels less like using a computer and more like dealing with a person &#8211; or at least an intelligent robot.<\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/bot-service\/?view=azure-bot-service-4.0\">About Azure Bot Service<\/a><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/bot-service\/abs-quickstart?view=azure-bot-service-4.0\">Quickstart &#8211; Create a bot with Azure Bot Service<\/a><\/p>\n<p><strong>Azure Cosmos DB<\/strong><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/cosmos-db\/\">Azure Cosmos DB documentation<\/a><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/cosmos-db\/introduction\">Azure Cosmos DB introduction<\/a><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/cosmos-db\/create-cosmosdb-resources-portal\">Azure Cosmos DB Quickstart<\/a><\/p>\n<p><a href=\"https:\/\/db-engines.com\/en\/system\/Microsoft+Azure+Cosmos+DB%3BMicrosoft+Azure+SQL+Database\">Azure Cosmos DB vs Azure SQL<\/a><\/p>\n<p><a href=\"https:\/\/blog.maximerouiller.com\/post\/calculating-cosmos-db-request-units-ru-for-crud-and-queries\/\">Calculating Cosmos DB Request Units (RU) for CRUD and Queries<\/a><\/p>\n<p><a href=\"https:\/\/cosmos.azure.com\/capacitycalculator\/\">CosmosDB Capacity Calculator<\/a><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/learn\/modules\/choose-api-for-cosmos-db\/\">Choose the appropriate API for Azure Cosmos DB<\/a><\/p>\n<p><strong>Databases<\/strong><\/p>\n<p><span style=\"text-decoration: underline;\">Different types of Databases<\/span><\/p>\n<p><a href=\"https:\/\/db-engines.com\/en\/article\/Document+Stores\">Document store<\/a><u> &#8211; <\/u>document-oriented database systems, are characterized by their schema-free organization of data.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/www.mongodb.com\/\">MongoDB<\/a> is a document database, which means it stores data in JSON-like documents. We believe this is the most natural way to think about data, and is much more expressive and powerful than the traditional row\/column model.<br \/>\n<a href=\"https:\/\/db-engines.com\/en\/article\/Graph+DBMS\">Graph DBMS<\/a><u> &#8211; r<\/u>epresent data in graph structures as nodes and edges, which are relationships between nodes. They allow easy processing of data in that form, and simple calculation of specific properties of the graph, such as the number of steps needed to get from one node to another node.<\/p>\n<p><a href=\"http:\/\/tinkerpop.apache.org\/\">The Benefits of Graph Computing (Apache Tinkerpop)<\/a><\/p>\n<p>Example : Gremlin<\/p>\n<p><a href=\"https:\/\/en.wikipedia.org\/wiki\/Gremlin_(query_language)\"><b>Gremlin<\/b><\/a>\u00a0is the graph traversal language of Apache TinkerPop.\u00a0<b>Gremlin<\/b> is a functional, data-flow language that enables users to succinctly express complex traversals on (or queries of) their application&#8217;s property,developed by Apache TinkerPop of the\u00a0<a class=\"mw-redirect\" title=\"Apache Software Foundation\" href=\"https:\/\/en.wikipedia.org\/wiki\/Apache_Software_Foundation\">Apache Software Foundation<\/a><\/p>\n<p><a href=\"https:\/\/db-engines.com\/en\/article\/Key-value+Stores\">Key-value store<\/a><u> &#8211; <\/u>simplest form of <a href=\"https:\/\/db-engines.com\/en\/article\/Database+Management+System\">database management systems<\/a>. They can only store pairs of keys and values, as well as retrieve values when a key is known.<\/p>\n<p>These simple systems are normally not adequate for complex applications. On the other hand, it is exactly this simplicity, that makes such systems attractive in certain circumstances. For example resource-efficient key-value stores are often applied in embedded systems or as high performance in-process databases.<\/p>\n<p><a href=\"https:\/\/db-engines.com\/en\/article\/Wide+Column+Stores\">Wide column store<\/a><u> (column base) &#8211; <\/u>store data in records with an ability to hold very large numbers of dynamic columns. Since the column names as well as the record keys are not fixed, and since a record can have billions of columns, wide column stores can be seen as two-dimensional <a href=\"https:\/\/db-engines.com\/en\/article\/Key-value+Stores\">key-value stores<\/a>.<\/p>\n<p><a href=\"https:\/\/cassandra.apache.org\/\">Cassandra<\/a> &#8211; <a title=\"\" href=\"https:\/\/en.wikipedia.org\/wiki\/Free_and_open-source_software\">open-source<\/a>,\u00a0<a title=\"Distributed database\" href=\"https:\/\/en.wikipedia.org\/wiki\/Distributed_database\">distributed<\/a>,\u00a0<a class=\"mw-redirect\" title=\"Wide column store\" href=\"https:\/\/en.wikipedia.org\/wiki\/Wide_column_store\">wide column store<\/a>,\u00a0<a title=\"NoSQL\" href=\"https:\/\/en.wikipedia.org\/wiki\/NoSQL\">NoSQL<\/a>\u00a0<a title=\"Database\" href=\"https:\/\/en.wikipedia.org\/wiki\/Database\">database<\/a>\u00a0management system designed to handle large amounts of data across many\u00a0<a title=\"Commodity computing\" href=\"https:\/\/en.wikipedia.org\/wiki\/Commodity_computing\">commodity servers<\/a>, providing high availability with no\u00a0<a title=\"Single point of failure\" href=\"https:\/\/en.wikipedia.org\/wiki\/Single_point_of_failure\">single point of failure<\/a>.<\/p>\n<p><strong>Azure CosmosDB<\/strong> &#8211; Azure Cosmos DB is a fully-managed database service with turnkey global distribution and transparent multi-master replication.<\/p>\n<p><a href=\"https:\/\/db-engines.com\/en\/article\/Document+Stores\"><strong>Azure SQL<\/strong> \u2013 relational DB<\/a><\/p>\n<p><strong>Azure Data Bricks<\/strong><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/azure-databricks\/what-is-azure-databricks\">What is Azure Data Bricks?<\/a><\/p>\n<p>Azure <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/azure-databricks\/what-is-azure-databricks\">Databricks<\/a> is the latest Azure offering for data engineering and data science. Databricks\u2019 greatest strengths are its zero-management cloud solution and the collaborative, interactive environment it provides in the form of notebooks.<\/p>\n<p>Databricks is powered by Apache Spark and offers an API layer where a wide span of analytic-based languages can be used to work as comfortably as possible with your data: R, SQL, Python, Scala and Java. The Spark ecosystem also offers a variety of perks such as Streaming, MLib, and GraphX.<\/p>\n<p>Data can be gathered from a variety of sources, such as Blob Storage, ADLS, and from ODBC databases using Sqoop.<\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/azure-databricks\/databricks-extract-load-sql-data-warehouse\">Tutorial: Extract, transform, and load data by using Azure Databricks<\/a><\/p>\n<p>These <a href=\"https:\/\/docs.databricks.com\/delta\/intro-notebooks.html\">notebooks<\/a> show how to convert JSON data to Delta Lake format, create a Delta table, append to the table, optimize the resulting table, and finally use Delta Lake metadata commands to show the table history, format, and details.<\/p>\n<p><a href=\"https:\/\/docs.databricks.com\/notebooks\/notebooks-manage.html\">Manage Notebooks<\/a><\/p>\n<p>You can manage notebooks using the UI, the CLI, and by invoking the Workspace API. This topic focuses on performing notebook tasks using the UI. For the other methods, see\u00a0<a class=\"reference internal\" href=\"https:\/\/docs.databricks.com\/dev-tools\/databricks-cli.html#databricks-cli\"><span class=\"std std-ref\">Databricks CLI<\/span><\/a>\u00a0and\u00a0<a class=\"reference internal\" href=\"https:\/\/docs.databricks.com\/dev-tools\/api\/latest\/workspace.html#workspace-api\"><span class=\"std std-ref\">Workspace API<\/span><\/a>.<\/p>\n<p><a href=\"https:\/\/docs.databricks.com\/delta\/intro-notebooks.html\">Introductory Notebooks<\/a><\/p>\n<p><a href=\"https:\/\/docs.databricks.com\/data\/data-sources\/sql-databases.html\">Connecting to SQL Databases using JDBC<\/a><\/p>\n<p><a href=\"https:\/\/www.tutorialspoint.com\/jdbc\/jdbc-introduction.htm\">JDBC &#8211; Introduction<\/a><\/p>\n<p><a href=\"https:\/\/spark.apache.org\/docs\/latest\/sql-data-sources-jdbc.html\">JDBC To Other Databases<\/a><\/p>\n<p><a href=\"https:\/\/sparkbyexamples.com\/spark\/spark-read-write-dataframe-parquet-example\/\">Read and Write Apache Parquet file in Spark<\/a><\/p>\n<p><a href=\"https:\/\/stackoverflow.com\/questions\/50933429\/how-to-view-apache-parquet-file-in-windows\">How to view Apache Parquet file in Windows?<\/a><\/p>\n<p><strong>Azure Data Catalog<\/strong><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/data-catalog\/overview\">What is Azure Data Catalog?<\/a><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/data-catalog\/\">Azure Data Catalog documentation<\/a><\/p>\n<p><strong>Azure Data Factory<\/strong><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/data-factory\/introduction\">Introduction to Azure Data Factory<\/a><\/p>\n<p><a href=\"https:\/\/azure.microsoft.com\/en-us\/services\/data-factory\/\">Azure Data Factory<\/a><\/p>\n<p><a href=\"https:\/\/davidpapkin.net\/create-azure-data-factory-from-cloudshell-by-david-papkin\/\">Create Azure Data Factory from Cloudshell<\/a><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/data-factory\/create-self-hosted-integration-runtime#:~:text=A%20self%2Dhosted%20integration%20runtime%20can%20run%20copy%20activities%20between,or%20an%20Azure%20virtual%20network.\">Create and configure a self-hosted integration runtime<\/a><\/p>\n<p><strong>Azure Data Lake<\/strong><\/p>\n<p><a href=\"https:\/\/azure.microsoft.com\/en-us\/solutions\/data-lake\/\">Azure Data Lake<\/a> is an on-demand scalable cloud-based storage and analytics service. It can be divided in two connected services, Azure Data Lake Store (ADLS) and Azure Data Lake Analytics (ADLA). ADLS is a cloud-based file system that allows the storage of any type of data with any structure, making it ideal for the analysis and processing of unstructured data.<\/p>\n<p><strong>Azure Data Lake Analytics<\/strong><\/p>\n<p><a href=\"https:\/\/azure.microsoft.com\/en-us\/services\/data-lake-analytics\/\">Azure Data Lake Analytics<\/a> is a parallelly-distributed job platform that allows the execution of U-SQL scripts on the Cloud. The syntax is based on SQL with a twist of C#, a general-purpose programming language first released by Microsoft in 2001.<\/p>\n<p><strong>Azure Data Lake Storage<\/strong><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/data-lake-store\/data-lake-store-overview\" data-linktype=\"relative-path\">Azure Data Lake Storage Gen1<\/a> (previously known as Azure Data Lake Store) is an enterprise-wide hyper-scale repository for big data analytics workloads. Data Lake Storage Gen1 lets you capture data of any size, type, and ingestion speed. The data is captured in a single place for operational and exploratory analytics.<\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-gb\/azure\/storage\/blobs\/data-lake-storage-introduction\">Data Lake Storage Gen2<\/a> is the result of converging the capabilities of Microsoft two existing storage services, Azure Blob storage and Azure Data Lake Storage Gen1.<\/p>\n<p><a href=\"https:\/\/azure.microsoft.com\/en-us\/services\/storage\/data-lake-storage\/\">Azure Data Lake Storage Docs<\/a><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/storage\/blobs\/data-lake-storage-quickstart-create-databricks-account?toc=%2fazure%2fstorage%2fblobs%2ftoc.json\">Quickstart: Analyze data in Azure Data Lake Storage Gen2 by using Azure Databricks<\/a><\/p>\n<p><a href=\"https:\/\/en.wikipedia.org\/wiki\/Apache_Hadoop\">What is Apache Hadoop?<\/a><\/p>\n<p><strong>Azure HDInsight<\/strong><\/p>\n<p>Azure HDInsight is a cloud service that allows cost-effective data processing using open-source frameworks such as Hadoop, Spark, Hive, Storm, and Kafka, among others.<\/p>\n<p>Using Apache Sqoop, we can import and export data to and from a multitude of sources, but the native file system that HDInsight uses is either Azure Data Lake Store or Azure Blob Storage.<\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/hdinsight\/hdinsight-overview\">What is Azure HDInsight?<\/a><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/hdinsight\/\">Azure HDInsight documentation<\/a><\/p>\n<p>Cluster types in HDI<\/p>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Cluster Type<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/hdinsight\/hadoop\/apache-hadoop-introduction\" data-linktype=\"relative-path\">Apache Hadoop<\/a><\/td>\n<td>A framework that uses HDFS, YARN resource management, and a simple MapReduce programming model to process and analyze batch data in parallel.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/hdinsight\/spark\/apache-spark-overview\" data-linktype=\"relative-path\">Apache Spark<\/a><\/td>\n<td>An open-source, parallel-processing framework that supports in-memory processing to boost the performance of big-data analysis applications. See\u00a0<a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/hdinsight\/spark\/apache-spark-overview\" data-linktype=\"relative-path\">What is Apache Spark in HDInsight?<\/a>.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/hdinsight\/hbase\/apache-hbase-overview\" data-linktype=\"relative-path\">Apache HBase<\/a><\/td>\n<td>A NoSQL database built on Hadoop that provides random access and strong consistency for large amounts of unstructured and semi-structured data&#8211;potentially billions of rows times millions of columns. See\u00a0<a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/hdinsight\/hbase\/apache-hbase-overview\" data-linktype=\"relative-path\">What is HBase on HDInsight?<\/a><\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/hdinsight\/r-server\/r-server-overview\" data-linktype=\"relative-path\">ML Services<\/a><\/td>\n<td>A server for hosting and managing parallel, distributed R processes. It provides data scientists, statisticians, and R programmers with on-demand access to scalable, distributed methods of analytics on HDInsight. See\u00a0<a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/hdinsight\/r-server\/r-server-overview\" data-linktype=\"relative-path\">Overview of ML Services on HDInsight<\/a>.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/hdinsight\/storm\/apache-storm-overview\" data-linktype=\"relative-path\">Apache Storm<\/a><\/td>\n<td>A distributed, real-time computation system for processing large streams of data fast. Storm is offered as a managed cluster in HDInsight. See\u00a0<a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/hdinsight\/storm\/apache-storm-overview\" data-linktype=\"relative-path\">Analyze real-time sensor data using Storm and Hadoop<\/a>.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/hdinsight\/interactive-query\/apache-interactive-query-get-started\" data-linktype=\"relative-path\">Apache Interactive Query<\/a><\/td>\n<td>In-memory caching for interactive and faster Hive queries. See\u00a0<a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/hdinsight\/interactive-query\/apache-interactive-query-get-started\" data-linktype=\"relative-path\">Use Interactive Query in HDInsight<\/a>.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/hdinsight\/kafka\/apache-kafka-introduction\" data-linktype=\"relative-path\">Apache Kafka<\/a><\/td>\n<td>An open-source platform that&#8217;s used for building streaming data pipelines and applications. Kafka also provides message-queue functionality that allows you to publish and subscribe to data streams. See\u00a0<a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/hdinsight\/kafka\/apache-kafka-introduction\" data-linktype=\"relative-path\">Introduction to Apache Kafka on HDInsight<\/a>.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Azure SQL Data Warehouse<\/strong><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/sql-data-warehouse\/sql-data-warehouse-overview-what-is\">What is Azure SQL Data Warehouse?<\/a><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/sql-data-warehouse\/\">SQL Data Warehouse Documentation<\/a><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/sql-data-warehouse\/create-data-warehouse-portal\">Quickstart: Create and query an Azure SQL Data Warehouse in the Azure portal<\/a><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/sql\/relational-databases\/polybase\/polybase-guide?view=sql-server-ver15\">What is Polybase<\/a><\/p>\n<p><a href=\"https:\/\/www.sqlshack.com\/sql-server-2016-polybase-tutorial\/\">Polybase Tutorial<\/a><\/p>\n<p><strong>Azure Stream Analytics<\/strong><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/stream-analytics\/stream-analytics-introduction\">What is Azure Stream Analytics?<\/a><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/stream-analytics\/\">Azure Stream Analytics documentation<\/a><\/p>\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=OGZ2-1cFLjE\">Azure Event Hub Stream Analytics and Power BI demo (Lab 6 concepts)<\/a><\/p>\n<p><strong>Comparison of Databricks vs HDInsight vs Data Lake Analytics<\/strong><\/p>\n<p><a href=\"https:\/\/www.clearpeaks.com\/cloud-analytics-on-azure-databricks-vs-hdinsight-vs-data-lake-analytics\/\">Cloud Analytics on Azure: Databricks vs HDInsight vs Data Lake Analytics<\/a><\/p>\n<p><strong>Updated DP-200 Labs<\/strong><\/p>\n<p>Demo video useful for Lab6b<\/p>\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=OGZ2-1cFLjE\">Azure Event Hub Stream Analytics and Power BI Demo<\/a><\/p>\n<p><em>Extract Lab6B into E:\\Allfiles\\Labfiles\\Starter\\DP-200.6 folde<\/em><strong>r.<\/strong><\/p>\n<p><a href=\"\/wp-content\/uploads\/2019\/10\/DP-200-Lab-6B-1-1.zip\">New DP-200 Lab 6B<\/a><\/p>\n<p><em>Extract Lab7 into E:\\Allfiles\\Instructions folde<\/em><strong>r.<\/strong><\/p>\n<p><a href=\"\/wp-content\/uploads\/2019\/10\/updated_dp-200-07_instructions-2.zip\">Updated DP-200 Lab 7<\/a><\/p>\n<p><strong>DP-201<\/strong><\/p>\n<p><a href=\"https:\/\/social.technet.microsoft.com\/wiki\/contents\/articles\/33626.lambda-architecture-implementation-using-microsoft-azure.aspx\">Lambda Architecture implementation using Microsoft Azure<\/a><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/architecture\/data-guide\/big-data\/\">Big data architectures<\/a><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/cosmos-db\/lambda-architecture\">Azure Cosmos DB: Implement a lambda architecture on the Azure platform<\/a><\/p>\n<p><a href=\"https:\/\/databricks.com\/glossary\/lambda-architecture\">Databricks Lambda Architecture<\/a><\/p>\n<p><strong>Security<\/strong><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/sql\/relational-databases\/security\/dynamic-data-masking?view=sql-server-ver15\">Dynamic Data Masking<\/a><\/p>\n<p><a href=\"https:\/\/www.metricsthatmatter.com\/url\/u.aspx?B651930E8150002202\">\\AXA feedback<\/a><\/p>\n<p>End of David Papkin page containing links on Microsoft Azure DP-200 course.<\/p>\n<p><strong>Helpful Azure\u00a0 learning links<\/strong><\/p>\n<p><a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/\">Microsoft Azure Forums<\/a>\u00a0\u00a0<span class=\"fontstyle0\">The Azure forums are very active. You can search the threads for a<br \/>\nspecific area of interest. You can also browse categories like Azure Storage, Pricing<br \/>\nand Billing, Azure Virtual Machines, and Azure Migrate.<\/span><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/architecture\/\">Azure Architecture Center<\/a>\u00a0\u00a0<span class=\"fontstyle0\">Gain access to the Azure Application Architecture Guide,<br \/>\nAzure Reference Architectures, and the Cloud Design Patterns.<\/span><\/p>\n<p><a href=\"https:\/\/www.microsoft.com\/en-us\/learning\/community-blog.aspx\">Microsoft Learning Community Blog<\/a>\u00a0\u00a0<span class=\"fontstyle0\">Get the latest information the certification<br \/>\ntests and exam study groups.<\/span><\/p>\n<p><a href=\"https:\/\/channel9.msdn.com\/\">https:\/\/channel9.msdn.com\/<\/a>\u00a0\u00a0<span class=\"fontstyle0\">Channel 9 provides a wealth of informational videos, shows, and<br \/>\nevents.<\/span><\/p>\n<p><a href=\"https:\/\/channel9.msdn.com\/Shows\/Tuesdays-With-Corey\/\">Azure Tuesdays With Corey<\/a>\u00a0\u00a0<span class=\"fontstyle0\">Corey Sanders answers your questions about<br \/>\nMicrosoft Azure \u2013 Virtual Machines, Web Sites, Mobile Services, Dev\/Test etc.<\/span><\/p>\n<p><a href=\"https:\/\/channel9.msdn.com\/Shows\/Azure-Friday\">Azure Fridays<\/a>\u00a0\u00a0<span class=\"fontstyle0\">Join Scott Hanselman as he engages one-on-one with the engineers<br \/>\nwho build the services that power Microsoft Azure as they demo capabilities,<br \/>\nanswer Scott\u2019s questions, and share their insights.<\/span><\/p>\n<p><a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/\">Microsoft Azure Blog<\/a>\u00a0\u00a0<span class=\"fontstyle0\">Keep current on what\u2019s happening in Azure, including what\u2019s<br \/>\nnow in preview, generally available, news &amp; updates, and more.<\/span><\/p>\n<p>End of David Papkin\u00a0<a href=\"https:\/\/azure.microsoft.com\/en-us\/\">Microsoft Azure<\/a>\u00a0page.<\/p>\n<p><a href=\"http:\/\/davidpapkin.org\/\">http:\/\/davidpapkin.org\/<\/a><\/p>\n<p>David Papkin\u00a0favorite movies<\/p>\n<p><a href=\"https:\/\/en.wikipedia.org\/wiki\/GoodFellas\">Robert Deniro in GoodFellas<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This David Papkin page contains links on Microsoft Azure DP-200 course. Azure Batch Use Azure Batch to run large-scale parallel and high-performance computing (HPC) batch jobs efficiently in Azure. Azure Batch creates and manages a pool of compute nodes (virtual&hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"parent":367,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2798","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/davidpapkin.com\/index.php?rest_route=\/wp\/v2\/pages\/2798","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/davidpapkin.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/davidpapkin.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/davidpapkin.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/davidpapkin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2798"}],"version-history":[{"count":0,"href":"https:\/\/davidpapkin.com\/index.php?rest_route=\/wp\/v2\/pages\/2798\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/davidpapkin.com\/index.php?rest_route=\/wp\/v2\/pages\/367"}],"wp:attachment":[{"href":"https:\/\/davidpapkin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}