I am not able to set the rate limiter for azure client,
package - "golang.org/x/time/rate"
/ Create a new limiter that allows 10 requests per second.
limiter := rate.NewLimiter(10, 1)
Pl help me the sample code to set the rate limiter for azure client.