Open ptbdnr opened 6 months ago
@pbodnar11 If you follow the readme and have the github actions deploy the infrastructure and build the code, you shouldn't need to log into the VM. There is also a link to a video that walks through the deployment in the readme. There are some issues with the deployment that are fixed in #733 PR, but I don't think you ran into those issues.
I want to deploy
PublicSamples/EchoBot
exactly as per theREADME.md
: https://github.com/microsoftgraph/microsoft-graph-comms-samples/blob/master/Samples/PublicSamples/EchoBot/README.mdHowever, when the deployment code attempts to execute the following: https://github.com/microsoftgraph/microsoft-graph-comms-samples/blob/master/Samples/PublicSamples/EchoBot/ADF/ext-DSC/DSC-BotServers.ps1#L805-L806 that is
I get the error message:
Get-DscExtensionHandlerSettings: The term 'Get-DscExtensionHandlerSettings' is not recognized as a name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
The VM on Azure has
See
Note: potential duplicate of https://github.com/microsoftgraph/microsoft-graph-comms-samples/issues/552