Search
Close this search box.

AzureADPreview module error when install module (Solved)

Trying to Install-Module AzureADPreview but Get-PSRepository “WARNING: Unable to find module repositories.” Problem by installing the AzureADPreview module If you want to restrict the creation of groups for your organization you will need to run a number of PowerShell scripts. In these scripts you use the new AzureADPreview module. Only during the installation something goes … Lees meer

App Service Docker continuous deployment

Before Microsoft announced Container Apps (Kubernetes as a Service), App services were considered an alternative if companies did not want to set up and maintain an entire Kubernetes stack. Here, a developer can push docker images to an Azure Container Registry, where the App Service pull and run the image. High level design – Architecture … Lees meer