Postingan

Menampilkan postingan dari Februari, 2022

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...

Introduction to Azure Firewall

Gambar
  What is Azure Firewall?      Here you learn the basics of both Azure Firewall and Azure Firewall Manager. This overview should help you decide whether Azure Firewall and Azure Firewall Manager are a good fit with Contoso's network security strategy. Overview of Azure Firewall      Azure Firewall is a cloud-based security service that protects your Azure virtual network resources from incoming and outgoing threats. In the next few sections, you'll learn the fundamentals and key features of Azure Firewall. What is a firewall?      A firewall is a community safety characteristic that sits among a depended on community and an untrusted community, consisting of the internet. The firewall's process is to investigate all incoming and outgoing community site visitors. Based on that analysis, the firewall both permits the site visitors to byskip, or it denies the site visitors. Ideally, the firewall permits all valid site visitors whilst denyin...