microsoft-teams-apps-requestateam icon indicating copy to clipboard operation
microsoft-teams-apps-requestateam copied to clipboard

SharePoint site was not created

Open ErickSteeves opened this issue 2 years ago • 1 comments

Description

I have run the script in a test environment and a pay-as-you-go Azure subscription. After getting the message "DEPLOYMENT COMPLETED SUCCESSFULLY", the SharePoint site was not created.

Steps to reproduce

  1. Get a demo tenant from https://cdx.transform.microsoft.com/
  2. Activate the pay as you go Azure subscription
  3. Run the script using a Windows 11 device.
  4. Use MOD admin as the global administrator and Adele as the service account.
  5. This is the code used: .\deploy.ps1 -TenantName "Contoso" -TenantID "xxxxxxxx-xxxx-xxx-xxxxxxxxxxx" -RequestsSiteName "Request a team app" -RequestsSiteDesc "Used to store Teams Requests" -ManagedPath "sites" -SubscriptionId 7ed1653b-228c-4d26-a0c0-2cd164xxxxxx -Location "canadacentral" -ResourceGroupName "teamsgovernanceapp-rg" -AppName "Requestateamapp" -ServiceAccountUPN "[email protected]" -IsEdu $false -KeyVaultName "SteevesDemo-001-kv" -EnableSensitivity $false

Expected results

The expected result was to verify this step:

  1. Navigate to the newly created SharePoint site and click on 'Site Contents' located on the left-hand navigation and confirm that there are 3 SharePoint lists created successfully (Teams Requests, Teams Templates and Team Request Settings).

Actual Results

After getting the "DEPLOYMENT COMPLETED SUCCESSFULLY" message, The SharePoint site was not created and I couldn't continue.

Solution component

Deployment Script

Operating system (environment)

Windows

Additional Info

No response

ErickSteeves avatar May 30 '22 19:05 ErickSteeves

@ErickSteeves can you please re-run and scroll up in the script output, there should be an error message as to why the site wasn't created. Please report back. Thanks

alexc-MSFT avatar Jun 08 '22 20:06 alexc-MSFT