Postingan

Implement CI/CD with Azure DevOps

Gambar
  Introduction      Imagine you are part of a team of data engineers who are collaborating on one or more notebooks within a development environment, using Azure Databricks. When you are ready to deploy your changes to production, you must coordinate with an operations team to copy the notebooks over to a production Azure Databricks workspace since company policy dictates that you and your team are not allowed to manually copy the changed files over. This process causes bottlenecks and extra work. Leadership has asked you to find an automated process that incorporates version control, automated testing capabilities, and controls for deployment approvals if needed. Automated testing and deployment is a common practice in software development. However, those same principles also apply to data engineering and data science. Data engineers and data scientists need to collaborate on parts of the system and be able to deploy to production without constantly relying on opera...

Perform device investigations in Microsoft Defender for Endpoint

Gambar
       Introduction Microsoft Defender for Endpoint provides detailed device information, including forensics information.      You are a Security Operations Analyst working at a company that has implemented Microsoft Defender for Endpoint, and your primary job is to remediate incidents. You are assigned an incident with alerts related to a suspicious PowerShell command line. You start by reviewing the incident and understand all the related alerts, devices, and evidence. You open the alert page to review the Alert Story and decide to perform further analysis on the device.      You open the Device page to provide more context to the incident. The overview tab on the Device page immediately provides concerning information such as the Risk level and Exposure level. You select the Alerts tab to see a history of alerts for the device. Next, you choose the Timeline tab to see a list of events from the device. You see many suspicious events. ...

Choose the best Azure IoT service for your application

Gambar
  Identify the product options      IoT enables devices to gather and then relay information for data analysis. Smart devices are equipped with sensors that collect data. A few common sensors that measure attributes of the physical world include: Environmental sensors that capture temperature and humidity levels. Barcode, QR code, or optical character recognition (OCR) scanners. Geo-location and proximity sensors. Light, color, and infrared sensors. Sound and ultrasonic sensors. Motion and touch sensors. Accelerometer and tilt sensors. Smoke, gas, and alcohol sensors. Error sensors to detect when there's a problem with the device. Mechanical sensors that detect anomalies or deformations. Flow, level, and pressure sensors for measuring gasses and liquids.      By using Azure IoT services, devices that are equipped with these kinds of sensors and that can connect to the internet could send their sensor readings to a specific endpoint in Azure via a messa...

Introduction to ASP.NET Core SignalR

Gambar
  What is ASP.NET Core SignalR?      All internet-connected applications are composed of servers and clients. Clients rely on servers for data, and their primary mechanism for receiving data is through making Hypertext Transfer Protocol (HTTP) requests. Some client applications require data that changes frequently.      ASP.NET Core SignalR provides an API for creating server-to-client remote procedure calls (RPCs). RPCs invoke functions on clients from the server-side .NET Core code. There are several supported platforms, each with its own client SDK. Because of this, the programming language being invoked by RPC calls varies.      It's helpful to familiarize yourself with the common terminology that's associated with SignalR. In this unit, you'll learn what SignalR components are required in a server application versus those in client applications. Additionally, you'll gain an understanding of the various duplex communication mechanism...

What is Microsoft 365?

Gambar
  What is Microsoft 365?      Microsoft 365 empowers users with the latest innovation across new and familiar productivity experiences like Teams, Word, Excel, PowerPoint, Outlook, and Windows. Unlike other productivity services, Microsoft 365 learns from users and collects valuable insights through the Microsoft Graph to deliver enhanced experiences that continually get better over time and keep users protected.      Some Microsoft 365 components, like Microsoft 365 Apps and Windows, are delivered using the Software-as-a-Service (SaaS) model. SaaS is software that’s centrally hosted and managed by a cloud service provider (CSP) for customers. In general, CSPs provide one version of an app for all customers and license it through a monthly or annual subscription. Personal productivity      Microsoft 365 provides powerful capabilities through AI powered tools to unleash your organization's creativity and fuel innovation. From engaging pre...

Introduction to Azure VPN Gateway

Gambar
       A virtual private network (VPN) provides a secure encrypted connection across another network. VPNs typically are deployed to connect two or more trusted private networks to one another over an untrusted network such as the internet. Traffic is encrypted while traveling over the untrusted network to prevent a third party from eavesdropping on the network communication.      You are responsible for networking at Adatum, a home maintenance, security, and automation company. Adatum has several multi-tier applications that run on Windows and Linux virtual machines. These virtual machines are in the process of being migrated from an on-premises datacenter to the Microsoft Azure cloud. These applications store sensitive customer information and the virtual machines that host them should never be exposed directly to the internet.      Adatum has a large number of remote workers who use laptop computers to interact with these applications...

Manage Windows Server file servers

Gambar
  Define the Windows Server file system      Some time recently you'll store information on a volume, you must to begin with arrange the volume. To do so, you must select the record framework that the volume ought to utilize. A few record frameworks are accessible, each with its possess focal points and disadvantages. What is a file system?      A file system provides a range of features that implement storage and retrieval of files on storage devices. It allows you to organize files in a hierarchical structure and controls their format and naming convention. File systems support a wide range of storage devices, including hard disks and removable media.      All file systems available on Windows operating system consist of the following storage components: Files. A file is a logical grouping of related data. Directories. A directory is a hierarchical collection of directories and files. Volumes. A volume is a collection of directories an...