-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Sending command to a sensor #362
Comments
After a conversation with @kbeaugrand it seems it is a configuration problem coming from our portal or function app (it works well on his simulation environment). |
The issue is due to HTTP 403 between the portal avec to Function app. After looking to the configuration it seems that the function app code configured to the portal is good. We have to check that |
* Fix Namespace issue * Added DeviceTagService + Custom tags on CreateDevicePage * Customised tag on DeviceDetailPage * List<DeviceTag> changed to List<string> in CreateDeviceDetails() * Fix DeviceMapper Tests to work with new DeviceDetails model * Fix DevicesControllerTests with new DeviceDetails model * Added DeviceTagService Test * Added DEviceTagsSettingsController test * Fix Namespace issue * Added DeviceTagService + Custom tags on CreateDevicePage * Customised tag on DeviceDetailPage * List<DeviceTag> changed to List<string> in CreateDeviceDetails() * Fix DeviceMapper Tests to work with new DeviceDetails model * Fix DevicesControllerTests with new DeviceDetails model * Added DeviceTagService Test * Added DEviceTagsSettingsController test * Fixed typo when merging * Fix code scanning errors * Small fix * Added form validation on front side * Added form validation on Edit page * Fix comments * Fix #362 - Update API version + Better treat errors (#378) * Fix #308 - Remove useless pages in table queries (#379) * Fix #308 - Remove useless pages in table queries * Add some unit test to increase code coverage * Fix tests and clear code * Fix change in pagination conflict * Fix Namespace issue * Added DeviceTagService + Custom tags on CreateDevicePage * Customised tag on DeviceDetailPage * List<DeviceTag> changed to List<string> in CreateDeviceDetails() * Fix DeviceMapper Tests to work with new DeviceDetails model * Fix DevicesControllerTests with new DeviceDetails model * Added DeviceTagService Test * Added DEviceTagsSettingsController test * Added DeviceTagService + Custom tags on CreateDevicePage * List<DeviceTag> changed to List<string> in CreateDeviceDetails() * Added DeviceTagService Test * Added DEviceTagsSettingsController test * Fixed typo when merging * Fix code scanning errors * Small fix * Added form validation on front side * Added form validation on Edit page * Fix comments * Fix tests and clear code * Fix change in pagination conflict * Update src/AzureIoTHub.Portal/Server/Controllers/v1.0/DeviceTagSettingsController.cs Co-authored-by: Kevin BEAUGRAND <[email protected]> Co-authored-by: Kevin BEAUGRAND <[email protected]>
Expected Behavior
The command should be received by the sensor.
Current Behavior
In the application insight, when the portal is trying to send the command to the function app, a '403' error happend (screen capture below).
Steps to Reproduce
Sending a command to a real sensor through the portal.
Context (Environment)
Portal version:
1.0.3
Logs
The text was updated successfully, but these errors were encountered: