pnp / provision-assist-m365

Provision Assist is a request and provisioning solution for Teams, Groups, SPO Sites and Viva Engage Communities in Microsoft 365.
MIT License
58 stars 7 forks source link

install fails on az login #2

Closed mabaugh83 closed 9 months ago

mabaugh83 commented 1 year ago

Description

found that install kept failing when the azure cli tries to login - got several ssl errors issue was with certs but adding to chain did not fix it.

had to run following powershell

& "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\python.exe" -m pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org pip-system-certs

Steps to reproduce

1 run either createazureadapp or deploy scripts 2. 3.

Expected results

continues without error

Actual Results

error

Solution component

Power App

Operating system (environment)

Windows

Additional Info

No response

alexc-MSFT commented 1 year ago

Thanks @mabaugh83 I will update the deployment guide with this info.

adam1309 commented 10 months ago

Installing AZ CLI from script in the PS window before running the script did it