Skip to content

BotChannel API cannot update Skill Id immediately after the AlexaChannel is created successfully #15298

Open
@neil-yechenwei

Description

@neil-yechenwei

After tested, I found BotChannel API cannot update Skill Id immediately after the AlexaChannel is created successfully. It has to wait several minutes after created successfully, then skill id can be updated successfully. So seems it's a long running issue. Please have a look. Thanks.

Bad case - Repro steps:

  1. Create Resource Group
  2. Create Bot Channel Registration
  3. Create Bot Alexa Channel
  4. You will find the skill id is "TestSkillId1"
  5. Immediately update Alexa Skill Id to "TestSkillId2"
  6. You will find the skill id is still "TestSkillId1"

Good case - Repro steps:

  1. Create Resource Group
  2. Create Bot Channel Registration
  3. Create Bot Alexa Channel
  4. You will find the skill id is "TestSkillId1"
  5. Wait 15 minutes
  6. Update Alexa Skill Id to "TestSkillId2"
  7. You will find the skill id is still "TestSkillId2"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bot ServiceService AttentionWorkflow: This issue is responsible by Azure service team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions