
Now, you can move on with your developer life and pretend that Windows is a viable platform for building. Install the latest version of AzureADPreview moduleĪnytime, you can uninstall the AzureADPreview module and install the latest version of the AzureADPreview module by running the below command. 'C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator\AzureStorageEmulator.exe' start Windows Azure Storage Emulator 5.10.0.0 command line tool The storage emulator was successfully started. You can run the below command to install AzureADPreview module. If you have already installed AzureAD module, then uninstall the AzureAD module before installing AzureADPreview module. You can run the below command to check which AzureAD module has been installed in the system. If you have already installed AzureAD, then you can uninstall AzureAD before installalling AzureADPreview.īelow are the useful command to work with AzureADPreview. To start the emulator from the command line, I can use this: 'C:\Program Files\Windows Azure SDK\v1.5\bin\csrun' /devstore This works fine. If the emulator isn't running, I want it to be started. When running these locally, I want them to use the Azure Storage emulator which is part of the Azure SDK v1.5. We can install Azure AD PowerShell for Graph module which is known as AzureADPreview. I have some unit tests that use Azure Storage.

Install Azure AD PowerShell for Graph module (AzureADPreview)
