diff --git a/samples/eh_sender_with_sas_token_sample/main.c b/samples/eh_sender_with_sas_token_sample/main.c index d9174d84..fe74f0fc 100644 --- a/samples/eh_sender_with_sas_token_sample/main.c +++ b/samples/eh_sender_with_sas_token_sample/main.c @@ -25,6 +25,7 @@ /* This sample connects to an Event Hub, authenticates using SASL MSSBCBS (SAS token given by a put-token) and sends 1 message to the EH specifying a publisher ID */ /* The SAS token is generated based on the policy name/key */ /* Replace the below settings with your own.*/ +/* NOTE this example requieres at least an EH with standard pricing tier, basic won't work. */ #define EH_HOST "<<>>" #define EH_KEY_NAME "<<>>"