microsoftgraph / microsoftgraph/microsoft-graph-comms-samples

HueBot - Setting Up SF Cluster

Open
#686 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
253
Forks
275
Avg merge
1d 5h
Merged PRs (30d)
1

Description

Issue Summary

Trying to setup SF cluster for HueBot deployment but stuck on New-AzServiceFabricCluster command; the command is returning a NotFound error.

Details

I'm trying to follow the instructions for the HueBot deployment but am stuck on deploying a new azure SF. I have setup an SSL certificate, installed it on my local machine, have a customer domain for my bot, and successfully ran configure_cloud.ps1.

I had to change these commands:

Connect-AzureRmAccount
Select-AzureRmSubscription -SubscriptionName $subscriptionName

Set-AzureRmKeyVaultAccessPolicy -VaultName $keyvaultName -EnabledForDeployment
New-AzureRmServiceFabricCluster -ResourceGroupName $resourceGroupName -SecretIdentifier $secretId -TemplateFile $templateFilePath -ParameterFile $parameterFilePath

To these commands:

Connect-AzAccount
Select-AzSubscription -SubscriptionName $subscriptionName

Set-AzKeyVaultAccessPolicy -VaultName $keyvaultName -EnabledForDeployment
New-AzServiceFabricCluster -ResourceGroupName $resourceGroupName -SecretIdentifier $secretId -TemplateFile $templateFilePath -ParameterFile $parameterFilePath

But I get an error saying ResourceNotFound. This is the exact error message

New-AzServiceFabricCluster : Operation returned an invalid status code 'NotFound'
At line:1 char:1
+ New-AzServiceFabricCluster -ResourceGroupName $resourceGroupName -Sec ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : CloseError: (:) [New-AzServiceFabricCluster], KeyVaultErrorException
    + FullyQualifiedErrorId : Microsoft.Azure.Commands.ServiceFabric.Commands.NewAzureRmServiceFabricCluster

I have also changed region westus2 to eastus because that is where my resource group is setup


Question

What can I do to correctly setup the SF cluster so that I can deploy the HueBot?

I've checked that the secret identifier is correct, the key vault and resource group does exist, and it has the correct Vault Access Policy. I'm wondering if the ARM template and parameter files are outdated so I tried replacing them with the latest versions but I am still getting the same error

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with configure_cloud.ps1 and the ARM template and parameter files used by New-AzServiceFabricCluster, then reproduce the ResourceNotFound error with the updated Az commands. Check the referenced resource group, Key Vault, secret identifier, and eastus settings; done means the SF cluster is created successfully for HueBot deployment.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, powershell
Domain
cloud, infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.