* Cantinho Satkeys

Refresh History
  • j.s.: dgtgtr a todos  4tj97u<z
    07 de Julho de 2025, 13:50
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    06 de Julho de 2025, 11:43
  • j.s.: [link]
    05 de Julho de 2025, 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    05 de Julho de 2025, 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    05 de Julho de 2025, 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35

Autor Tópico: Azure Cloud Design Patterns  (Lida 91 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Azure Cloud Design Patterns
« em: 04 de Agosto de 2021, 12:29 »

Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.05 GB | Duration: 5h 40m
Cloud Design Patterns for building reliable, reusable, secure applications in the Cloud

What you'll learn
Azure Cloud Design Patterns
GateKeeper Pattern
Gateway Aggregation Pattern
Gateway Offloading Pattern
Gateway Routing Pattern
Priority Queue Pattern
Publisher-Subscriber Pattern
Queue-Based Load Leveling Pattern
Asynchronous Request-Reply Pattern
Bulkhead Pattern
Retry Pattern
Static Content Hosting Pattern
Claim-Check Pattern
Ambassador Pattern
Anti-corruption Layer Pattern
Strangler Fig Pattern
Backends-For-Frontends Pattern
Sidecar Pattern
Throttling Pattern
Valet Key Pattern
Federated Identity Pattern
Deployment Stamp Pattern
Geode Pattern
External Configuration Store Pattern
Choreography Pattern
Competing Consumers Pattern
Cache-Aside Pattern
Sequential Convoy Pattern
Compensating Transactions Pattern

Description
**Please read**

The course is ALL SLIDES-BASED: No hands-on will be done during this course. This is a complete course that explains how the Cloud Design Patterns in depth.

Each pattern describes the problem that the pattern addresses, considerations for applying the pattern, and an example based on Microsoft Azure. Most of the patterns include code samples or snippets that show how to implement the pattern on Azure. However, most of the patterns are relevant to any distributed system, whether hosted on Azure or on other cloud platforms.

Ambassador Pattern: Create helper services that send network requests on behalf of a consumer service or application.

Anti-Corruption Layer Pattern: Implement a façade or adapter layer between a modern application and a legacy system.

Asynchronous Request-Reply Pattern: Decouple backend processing from a frontend host, where backend processing needs to be asynchronous, but the frontend still needs a clear response.

Backends for Frontends Pattern: Create separate backend services to be consumed by specific frontend applications or interfaces.

Bulkhead Pattern: Isolate elements of an application into pools so that if one fails, the others will continue to function.

Cache-Aside Pattern: Load data on demand into a cache from a data store.

Choreography Pattern: Let each service decide when and how a business operation is processed, instead of depending on a central orchestrator.

Claim Check Pattern: Split a large message into a claim check and a payload to avoid overwhelming a message bus.

Compensating Transaction Pattern: Undo the work performed by a series of steps, which together define an eventually consistent operation.

Competing Consumers Pattern: Enable multiple concurrent consumers to process messages received on the same messaging channel.

Deployment Stamps Pattern: Deploy multiple independent copies of application components, including data stores.

External Configuration Store Pattern: Move configuration information out of the application deployment package to a centralized location.

Federated Identity Pattern: Delegate authentication to an external identity provider.

Gatekeeper Pattern: Protect applications and services by using a dedicated host instance that acts as a broker between clients and the application or service, validates and sanitizes requests, and passes requests and data between them.

Gateway Aggregation: Use a gateway to aggregate multiple individual requests into a single request.

Gateway Offloading Pattern: Offload shared or specialized service functionality to a gateway proxy.

Gateway Routing Pattern: Route requests to multiple services using a single endpoint.

Geodes Pattern: Deploy backend services into a set of geographical nodes, each of which can service any client request in any region.

Priority Queue Pattern: Prioritize requests sent to services so that requests with a higher priority are received and processed more quickly than those with a lower priority.

Publisher/Subscriber Pattern: Enable an application to announce events to multiple interested consumers asynchronously, without coupling the senders to the receivers.

Queue-Based Load Leveling Pattern: Use a queue that acts as a buffer between a task and a service that it invokes in order to smooth intermittent heavy loads.

Retry Pattern: Enable an application to handle anticipated, temporary failures when it tries to connect to a service or network resource by transparently retrying an operation that's previously failed.

Sequential Convoy Pattern: Process a set of related messages in a defined order, without blocking processing of other groups of messages.

Sidecar Pattern: Deploy components of an application into a separate process or container to provide isolation and encapsulation.

Static Content Hosting Pattern: Deploy static content to a cloud-based storage service that can deliver them directly to the client.

Strangler Fig Pattern: Incrementally migrate a legacy system by gradually replacing specific pieces of functionality with new applications and services.

Throttling Pattern: Control the consumption of resources used by an instance of an application, an individual tenant, or an entire service.

Valet Key Pattern: Use a token or key that provides clients with restricted direct access to a specific resource or service.Data Management,Security

Who this course is for:
Cloud Architects
Software Architects
Cloud Software Engineers
Infrastructure Engineers
Security Engineers

Screenshots


Download link:
Só visivel para registados e com resposta ao tópico.

Only visible to registered and with a reply to the topic.

Links are Interchangeable - No Password - Single Extraction