Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 874 Bytes

Demo-csharp.md

File metadata and controls

26 lines (16 loc) · 874 Bytes

AZ-204 Demo: Azure Relay In Action

In the demo you will use Azure Relay to send images between server and client

Before delivery:

  • Create Azure Relay
  • Obtain connection string
  • Update connections strings in the files azure-relay-config.properties

https://github.com/Azure/azure-relay/tree/a7b9eb44b045ec82b082515a453dc81159cb6b4a/samples/wcf-relay/RelayHttp

In class:

  • Demonstrate relay from azure portal
  • Run the server

Server

  • When the server connected run the client (original image replaced by NASA's one)

Client

  • Run another client, and another client.
  • Shutdown the server and run the client again.
  • Explain why the error comes, because the server shutdown or lost connection.