microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
860 stars 366 forks source link

Getting error while provisioning the resources to azure #9684

Closed mayur1555 closed 5 months ago

mayur1555 commented 6 months ago

Describe the bug

{ "profileName": "DTMFinput", "jobId": "e4d30df0-e27d-487b-807a-5633accbc268", "projectId": "85065.41469490794", "time": "2023-12-29T11:48:48.917Z", "log": [ "Creating Azure resources...", "Checking the Existence of the Resource Group ...", "Use the Resource Group: DCCP-POC at westeurope", "> Creating App Registration ...", "App create failed, retrying ...", "App create failed, retrying ...", "App create failed, retrying ...", "App create failed, retrying ...", "App create failed after 3 retries. Error: Request failed with status code 403", "{\"name\":\"CREATE_APP_REGISTRATION\",\"message\":\"App create failed! Please file an issue on Github.\",\"stack\":\"Error\n at new CustomizeError (C:\\Program Files\\Bot Framework Composer\\resources\\app.asar.unpacked\\extensions\\azurePublish\\dist\\extension.js:246719:25)\n at createCustomizeError (C:\\Program Files\\Bot Framework Composer\\resources\\app.asar.unpacked\\extensions\\azurePublish\\dist\\extension.js:246724:10)\n at BotProjectProvision.createApp (C:\\Program Files\\Bot Framework Composer\\resources\\app.asar.unpacked\\extensions\\azurePublish\\dist\\extension.js:248275:17)\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async BotProjectProvision.create (C:\\Program Files\\Bot Framework Composer\\resources\\app.asar.unpacked\\extensions\\azurePublish\\dist\\extension.js:248391:42)\n at async AzurePublisher.asyncProvision (C:\\Program Files\\Bot Framework Composer\\resources\\app.asar.unpacked\\extensions\\azurePublish\\dist\\extension.js:248883:34)\"}", "{\"name\":\"CREATE_APP_REGISTRATION\",\"message\":\"App create failed! Please file an issue on Github.\",\"stack\":\"Error\n at new CustomizeError (C:\\Program Files\\Bot Framework Composer\\resources\\app.asar.unpacked\\extensions\\azurePublish\\dist\\extension.js:246719:25)\n at createCustomizeError (C:\\Program Files\\Bot Framework Composer\\resources\\app.asar.unpacked\\extensions\\azurePublish\\dist\\extension.js:246724:10)\n at BotProjectProvision.createApp (C:\\Program Files\\Bot Framework Composer\\resources\\app.asar.unpacked\\extensions\\azurePublish\\dist\\extension.js:248275:17)\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async BotProjectProvision.create (C:\\Program Files\\Bot Framework Composer\\resources\\app.asar.unpacked\\extensions\\azurePublish\\dist\\extension.js:248391:42)\n at async AzurePublisher.asyncProvision (C:\\Program Files\\Bot Framework Composer\\resources\\app.asar.unpacked\\extensions\\azurePublish\\dist\\extension.js:248883:34)\"}. See provision.DTMFinput.log in your bot folder" ] }

getting this error while creating resources for publishing as a skill in bot framework composer

InfinytRam commented 5 months ago

Hi @mayur1555,

  1. Which Composer version are you using?
  2. Is this a C# (dotnet) or JS (node) Composer bot?
  3. Are you able to provide the steps to reproduce the issue?
tracyboehrer commented 5 months ago

Closing for non-response