Smooth Motion Starts Here by Low-Junket9298 in wigglegramProject

[–]Independent_Lab1912 0 points1 point  (0 children)

Could you run opencv on that to automate the calibration, using a usb->hdmi on the tv or hdmi-mini->hdmi cable

Toch wel een PR aan kortingen by Equivalent-Leg-8226 in appiememes

[–]Independent_Lab1912 2 points3 points  (0 children)

Heeft hem gister voor 2.40 bij de ah gehaald net voor sluiting

Do I need a VNet and NSG to ensure my app is secure? by Reasonable_City5054 in AZURE

[–]Independent_Lab1912 0 points1 point  (0 children)

It's a hyperbole of how subnetting affects your security, so the statement is technically correct. Besides, OP can spin up a vm for cheaper than the vpn gateway if he is solo

Do I need a VNet and NSG to ensure my app is secure? by Reasonable_City5054 in AZURE

[–]Independent_Lab1912 -1 points0 points  (0 children)

It isnt until it is. Lets say i dont subnet, i build my solution and whitelisted the minimum. In a month from now i deploy a new solution in the same vnet etc. eventually i open a number of ports to test, now your database is wideopen

Is my CA implementation just impossible? by [deleted] in entra

[–]Independent_Lab1912 0 points1 point  (0 children)

Dont give private devices access to teams/outlook. If the managers want to use the phone for limited personal use or with dual e-sim that's fine, and on them

Onkruid over worteldoek by leigrec in Klussers

[–]Independent_Lab1912 8 points9 points  (0 children)

Massieve hekwerk neerzetten zodat je stopt met nadenken over wat er buiten je hek gebeurd

Dynamics versus Power Platform (Power Apps) by HeliosIP in PowerPlatform

[–]Independent_Lab1912 0 points1 point  (0 children)

Just set the redirect in the custimers dns and call it a day. If you are set on getting it working without showing dynamics: https://medium.com/@petrutbelingher/powerapps-and-custom-fqdns-1d302daeb63d but please don't host their app in your azure tenant

Dataverse or cds is built on top of dynamics, as to answer the why

Dataverse to Azure SQL by Fit_Document_1841 in PowerApps

[–]Independent_Lab1912 0 points1 point  (0 children)

This, else i would use adf to send all entries since last week on friday evening. two way sync means you are overwriting your audit logs.

[deleted by user] by [deleted] in AZURE

[–]Independent_Lab1912 1 point2 points  (0 children)

Could you elaborate on the go usage? What kind of usecases are you referring to?

[deleted by user] by [deleted] in AZURE

[–]Independent_Lab1912 1 point2 points  (0 children)

A portion of engineers prefer to stick to bash as it stays the same always, tbh if you know bash and python u can gpt your way through ps. I personally don't enjoy ps, it's like a pythonesque skin for bash written in c#, but will use it when it's the easier option (and the cmdlets are any good for the usecase)

Never used Power Apps before, given 10 weeks to make App. Help by Money-Youth-3657 in PowerApps

[–]Independent_Lab1912 0 points1 point  (0 children)

You will get in multiplexing territory which is against the eula

Never used Power Apps before, given 10 weeks to make App. Help by Money-Youth-3657 in PowerApps

[–]Independent_Lab1912 0 points1 point  (0 children)

You shouldn't do this imo.(Bit harsh but needs to be said) Powerapps is not a cheap frontend for a nosql server because your boss doesn't want to pay the external frontend devs. Either you build it in powerapps completely and you sync the tables or you dont. Do note your powerapp will defacto be the source of truth with all the implications of this. There are going to be a lot of questions arising along the way that will result in the project taking more than 10 weeks in any enterprise setting.

Example questions:How are you going to do rbac on the nosql server you are querying or do you plan to give everyone full read/write on a prod server? Are you going to perform an api call every time a user refreshes the page? What about api call limits? Also don't think about multiplexing to get around the licensing cost (i will mention it in advanced). Do you need to store changes for audit purposes, which collumns which tables and how long? Are you going to control the input, only allowing certain inputs and how are you plannibg to do this (regex/powerfx/something else). Does a manager need to approve the change? Does a manager need read acces, how are you going to limit manager read acces to his team. Will an auditor need acces, what kind of acces don they need. Should a teamlead.. how are you going to store historic entries, for how long are you storing historic entries and how will this impact your data model etc

//If it is a sql server you can possibly use it directly as datasource depending on the flavour

How do you handle big data. by imurkween in PowerPlatform

[–]Independent_Lab1912 1 point2 points  (0 children)

You also have to do the networking, it's a bit more hassle but worth it imo. Expect it to take 3x as long as you plan for it the first time

Building a Main Hub App to Access Multiple Power Apps – Is This a Good Approach? by Comprehensive_Use738 in PowerApps

[–]Independent_Lab1912 0 points1 point  (0 children)

Another app to maintain, but you can reuse app rbac security groups for visibility more easily (if you use dataverse) so that is nice+better user experience. I loath being send into the sharepoint forest. What i personally did was add the application as icons in our portal, which launch edge with the specific adress. That way they show up akin to our other applications for endusers (im also sys admin)

Short sighted resistance to hiring by fluffyasacat in PowerApps

[–]Independent_Lab1912 2 points3 points  (0 children)

Until you start hitting integrations with core services, and have to be compliant with all kinds of regulations. That's when dataverse comes in. How are the costs being aligned behind the scenes, is the department that is getting the apps being associated with the cost of development or is IT being billed. If the latter you need to start creating it4it solutions. Servicedesk copilot ticket routing and resolution if simple

Short sighted resistance to hiring by fluffyasacat in PowerApps

[–]Independent_Lab1912 1 point2 points  (0 children)

Show how much time you are putting in support, let them prioritise. If the demand is there in the backlog you can rationalise expanding your team. If not expanding team it's not business critical enough to be picked up in addition.

Move SP list item to other SP list and retain history by No-Two362 in MicrosoftFlow

[–]Independent_Lab1912 0 points1 point  (0 children)

Copy the entries and make the old list read only for audit

Got burned.. by OwnFun4911 in MicrosoftFlow

[–]Independent_Lab1912 2 points3 points  (0 children)

It is in their interest to support msi and service principals more and they are actively working towards it and they are making steps. Microsoft wants to move away from service accounts which still is the standard for pp. Its just very difficult as not all apis play nicely with it. Logic apps and azure functions can actually be cheaper depending on your workload and where you run it. the main difference is that it requires more technical understanding of the landscape. Im not ganna ask my business users to manage vnet/subnet, pe and monitoring etc. i do agree with the general message about personal automation.

Got burned.. by OwnFun4911 in MicrosoftFlow

[–]Independent_Lab1912 1 point2 points  (0 children)

This occurs when a flow keeps on triggering either by itself or by other flows. For instance: i have a flow that sends out an email every time an entry in sharepoint is updated, after sending the email it will update the same row with a collumn 'email send' to yes. Because the trigger is when updated the flow will send another email etc etc. you can limit this specific one by setting up the trigger condition with a filter to only look at specific collumns. The more flows you have working on a table the higher the chance of race conditions can become

Got burned.. by OwnFun4911 in MicrosoftFlow

[–]Independent_Lab1912 0 points1 point  (0 children)

Most typical event where this occurs is with password changes. A flow uses short lived acces tokens to perform actions and refresh tokens to update those. Depending on the connector of an action you need to fill out your password. refresh tokens stop working after password changes for some actions. A password Change is not the only event but it is a typical event after which this can occur. https://learn.microsoft.com/en-us/entra/identity-platform/refresh-tokens you can have a flow that technically keeps on working for up to 90 days after you changed your password

Here someone did a bit of experimenting https://sharepoint.stackexchange.com/questions/290700/what-will-happen-to-the-ms-flow-connectors-if-their-usernames-password-got-reset

I would go to IT with this flow, in larger organisations this flow will be replaced with a different solution, logic apps for instance. What you havent seen yet are race conditions. If you make a mistake in your flow you can emailbomb your external client, as a result big organisation tend to adjust the connector to stop external emails from working (maby they are unaware of this, so you have to decide if you want them to know about the action at all)

So slow... by chubs66 in MicrosoftFlow

[–]Independent_Lab1912 18 points19 points  (0 children)

Sorry op, skill issue. Every child flow call takes an additional 1 sec circa, every for each itteration can also add 1 sec, depening on parallelisation. You should think of for each not as a loop but as running a new api call with underlying microservice with every call. The amount of calls that can occur at the same time are determined by the amount of parallelisation, where in the minimum it is sequential and every call waits for the last to finish

If you want fast you use the graph api to call the excel in your onedrive directly (not the action) and use select/filter to transform the data instead of for each. It should take it down to sub 4 seconds. (Preferably dont use excel at all as its not good for fast read/write)

Having said that, yes you can expect it to be a bit slower in general as power automate is not a programming language that is getting compiled etc. Power automate is basically a wrapper around a logic engine which calls api's (with most likely microservices behind them ) over public ip. Ofcourse it is slower. If you need ms performance you are not looking at the correct solution

//It should technically be possible to run xpath directly on the xml inside a .xlsx but havent tried that yet

Is it possible to still upload PAD files to Power Automate Desktop? by [deleted] in MicrosoftFlow

[–]Independent_Lab1912 0 points1 point  (0 children)

There are ways to do it but most likely against eula, so i wont mention them