I have implemented autosuggestion feature in my application and I am using azure search suggest service for providing suggestion. It's working fine for me but I am not sure what will be the impact after making it live when around 100 users will use my application concurrently. Currently I am thinking to use standard(S1) pricing tier.
Is there anyway so that I can test load for 100 users for newly added feature i.e. autocomplete?