Please make checking before creating a group or creating a user atomic
Please make checking before creating a group or creating a user atomic in Azure implementation. At this moment, checking if a group exists is done via separate call to database. Please use single call to verify if group or user exists together with create operation.