we have an app developed on Xamarin and we have set up a data export from App Center to Application Insights and Azure Blob as per link below
App Center Export - Visual Studio App Center | Microsoft Docs
We have noticed that the Blob contains more records than Application Insights and we are trying to understand the reason behind it; whether Application Insights applies any filter on some variables or we have an issue with the export from App Center to Application Insight
I have tried to apply a few filters on the Azure Blob data and see if I could get the number of records in Application Insight and I got really closed using this filer (but still not 100% which is what we are aiming for)
WHERE DATEDIFF(HOUR,Timestamp,IngressTimestamp)<48
Does anyone know if Application Insights applies a filter on top of the raw app data?
Thanks,
Davide
Related
I'm really new in Xamarin mobile app developing. I would like to create a basic mobile app which display some Power BI reports/diagrams. I already created an Azure active directory so I have the ID-s and the token for the authentication.
Can you please show some code example how to binding it in Xamarin forms? The simple webview is not a good solution, it does not work for embedded Power BI reports. I didn't find any working code/solution on the internet specially for Xamarin.Forms..
Thanks for helping.
I have a simple PowerBI report with 2-3 visualizations that uses Azure database to get data. I want to see how I can embed this report in an iOS app that we are working on. We're using Xcode for developing the app. I want that report to be accessible using our own in-house app and not PowerBI app.
In my Xcode project I added a WebKit component and added the embedded code URL for the report. When I run the simulator, it asks me to sign in to PowerBI but if I click on the Sign-In link, it doesn't do anything. Is that the expected behavior?
I was wondering if anyone has worked on a solution like this before. Also, i thought if you use PowerBI embedding, it shouldn't ask the user to login. Is that correct? If not, what would be the best way to embed the report to the iOS app without asking the users to login?
what would be the best way to embed the report to the ios app without asking the users to login?
Follow the tutorial here: Tutorial: Embed Power BI content into an application for your customers
Your back-end app generates an embed token for the browser to use with the Javascript API to embed and interact with the report visual.
I have the Sales app plus two custom apps in a production instance. I have created a sandbox instance and done a full copy from production to sandbox. https://home.dynamics.com however is only showing tiles for the apps in production, there is nothing there for sandbox. The same is true of the Dynamics 365 drop down that shows available apps, nothing for sandbox.
I know the sandbox apps are present because I can navigate to them by modifying the URL for the production app to point at the sandbox instance. I have tried clearing cache, syncing on the home menu and logging off/on.
I have an outstanding request open with Microsoft, but they don't seem to know much about this.
You can't see the sandbox there because sandbox is a separate "Instance" of CRM not a separate "App" of CRM. I believe that you don't want users to have access to the same data on Sandbox and on Production? Apps are simply a way to allow you to group your data into different set of entities (you can specify which entities should be available for an app), providing different sitemap etc. but the underlying database is the same. Sandbox is different database (a separate organization) which can (and most likely is) on separate server. That's why you won't see it under your apps (as it is technically not an app)
UPDATE:
Don't know why I thought you are talking about this pane on the left when you are exploring Dynamics 365. https://home.dynamics.com should indeed show you a tile for different instances. It's clearly a bug, so this is a task for Microsoft Support team, not Stack Overflow question
You should be able to see the Sales app and the custom Dynamics 365 instance using the following steps
- click the chevron on the right of Dynamics 365 label on the upper left
- click the chevron on the right of My apps label
- Sales app is shown
- Custom app is shown
If you still can't see it using those steps, then you might encountered the issue that I have also encountered before where my apps are missing. I just reinstalled a new sandbox, and all my previous changes are gone. Hopefully this won't be your last resort and someone could post a better alternative. For me I just recreated it since it's just a sandbox anyway.
I am making app of Xamarin UWP (Universal Windows Platform) and use Microsoft Advertising for mobile. For this I am using Link https://msdn.microsoft.com/windows/uwp/monetize/adcontrol-in-xaml-and--net
All thing is well, but problem is that when i am using their Test ApplicationId and AdUnitId, the ad will show and i use new created ApplicationId and AdUnitId then error is show- AdControl error: No ad available in developing mode. Please guide me..
Your apps have been published in the store or not, usually real Application Id and Ad unit Id value should apply from the published apps and it takes 1-2 days after that for ads from real units to start serving. So I would like to suggest you use test value when you create your project, you just need to replace test value with real values when you package your project and submit in the store.
The fill rate is very low for Windows ads, so it's not a problem with your code. Also, you won't see ads in developing mode, so you have to release your app in order to see the ads.
I am wondering if anyone has come up with a technique for sharing data from a desktop application. Back in the Developer Preview Microsoft had the ability to share a screenshot from the desktop. In the Consumer Preview this feature disappeared and in the Release Preview isn't there either. I presume that the plumbing to do this is somewhere in there but haven't been able to get anything to work.
You could probably make the desktop app an HTTP server and connect from the Metro one or simply write/read file(s) in a known folder under Documents.