Azure-docs: epic fail

Created on 12 Dec 2018  Â·  4Comments  Â·  Source: MicrosoftDocs/azure-docs

On step 7
cd ~/azure-iot-sdk-c/cmake/provisioning_client/samples/prov_dev_client_sample/
No such file or directory


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

assigned-to-author doc-bug iot-dpsvc triaged

All 4 comments

Thanks for the feedback! I have assigned the issue to the content author to evaluate and update as appropriate.

@qusp66 thanks for reporting this. The defaults for the project have changed. I'll update this article. Please use the following CMake options below instead of the single option shown in Step 4 of Preparing the SDK...

cmake -Dhsm_type_symm_key:BOOL=ON -Duse_prov_client:BOOL=ON  ..

whike you are at it, why not also coorect step 6? you have moved
static const char* const REGISTRATION_NAME = "contoso-simdevice-east";
static const char* const SYMMETRIC_KEY_VALUE = "p3w2DQr9WqEGBLUSlFi1jPQ7UWQL4siAGy75HFTFbf8=";

into a struct...

@qusp66 corrected this as well. Thanks again for mentioning this, and sorry for the confusion.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

spottedmahn picture spottedmahn  Â·  3Comments

Favna picture Favna  Â·  3Comments

DeepPuddles picture DeepPuddles  Â·  3Comments

bdcoder2 picture bdcoder2  Â·  3Comments

paulmarshall picture paulmarshall  Â·  3Comments